Add deployment map, Nixpacks, ESLint, Storybook, and GraphQL codegen setup
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[phases.install]
|
||||
cmds = ["cd Frontend && npm ci --legacy-peer-deps"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["cd Frontend && npm run db:generate", "cd Frontend && npm run build"]
|
||||
|
||||
[start]
|
||||
cmd = "cd Frontend && npm run preview -- --host 0.0.0.0 --port ${PORT:-3000}"
|
||||
Reference in New Issue
Block a user