Skip to content

Commit

Permalink
Added nixpacks.toml to NextJS
Browse files Browse the repository at this point in the history
  • Loading branch information
upadsamay387 authored Dec 29, 2024
1 parent 318901a commit 6ddded1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions my-turborepo/apps/nextjs/nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[phases.setup]
nixPath = ['...', 'nodejs', 'pnpm']

[phases.install]
cmds = ['pnpm install']

[phases.build]
cmds = ['pnpm build']

[phases.start]
cmds = ['pnpm dlx turbo run start']

0 comments on commit 6ddded1

Please sign in to comment.