Initial random app template with Nixpacks

This commit is contained in:
Kerboul
2026-03-13 01:39:57 -07:00
commit 3bc49c37b4
6 changed files with 920 additions and 0 deletions

8
nixpacks.toml Normal file
View File

@@ -0,0 +1,8 @@
[variables]
NODE_ENV = "production"
[phases.install]
cmds = ["npm ci --include=dev"]
[start]
cmd = "npm start"