🚀 Auto-deploy: BrainWind atualizado em 24/08/2026 13:28:27

This commit is contained in:
2026-08-24 13:28:27 +00:00
parent 5f9580436c
commit 2ee2632556
3 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[phases.setup]
nixPkgs = ["nodejs_23"]
[phases.install]
cmds = ["cd app && npm install"]
[phases.build]
cmds = ["cd app && npm run build"]
[start]
cmd = "cd app && npx --yes serve@latest -s dist"