🚀 Auto-deploy: BrainWind atualizado em 25/08/2026 18:32:50
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@
|
|||||||
nixPkgs = ["nodejs_23"]
|
nixPkgs = ["nodejs_23"]
|
||||||
|
|
||||||
[start]
|
[start]
|
||||||
cmd = "npx --yes serve@latest -s dist -l tcp://0.0.0.0:3000"
|
cmd = "npx --yes serve@latest -s dist"
|
||||||
|
|||||||
+1
-1
@@ -6,7 +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 -l tcp://0.0.0.0:3000",
|
"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",
|
||||||
|
|||||||
+1
-1
@@ -8,4 +8,4 @@ cmds = ["cd app && npm install"]
|
|||||||
cmds = ["cd app && npm run build"]
|
cmds = ["cd app && npm run build"]
|
||||||
|
|
||||||
[start]
|
[start]
|
||||||
cmd = "cd app && npx --yes serve@latest -s dist -l tcp://0.0.0.0:3000"
|
cmd = "cd app && npx --yes serve@latest -s dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user