🚀 Auto-deploy: BrainWind atualizado em 24/08/2026 13:28:27
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
[phases.setup]
|
||||||
|
nixPkgs = ["nodejs_23"]
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = "npx --yes serve@latest -s dist"
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc -b && vite build",
|
"build": "tsc -b && vite build",
|
||||||
|
"start": "npx --yes serve@latest -s dist",
|
||||||
"lint": "oxlint",
|
"lint": "oxlint",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test": "npm run test:engenharia && npm run test:sistema",
|
"test": "npm run test:engenharia && npm run test:sistema",
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user