dokploy/apps/api
2026-09-01 19:11:27 -06:00
..
src fix: update import statements to include file extensions for consistency 2026-03-03 15:34:56 -06:00
.env.example feat: update .env.example with Inngest configuration examples 2026-03-03 01:05:37 -06:00
.gitignore feat: add api to handle license api keys 2024-08-25 20:10:20 -06:00
package.json chore(api): add local Inngest dev server script 2026-09-01 19:11:27 -06:00
README.md chore(api): add local Inngest dev server script 2026-09-01 19:11:27 -06:00
tsconfig.json feat: upgrade to TypeScript 7 and Next.js 16.3 2026-08-11 01:39:09 -06:00

npm install
npm run dev
open http://localhost:3000

Inngest

This service uses Inngest to queue deployments. Run the local dev server in a separate terminal:

npm run dev:inngest

It syncs with the app at http://localhost:4000/api/inngest and serves its dashboard at http://localhost:8288.