mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
host script (no tanstack devtools)
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = {
|
|||||||
name: "sprint-frontend",
|
name: "sprint-frontend",
|
||||||
cwd: path.join(__dirname, "packages", "frontend"),
|
cwd: path.join(__dirname, "packages", "frontend"),
|
||||||
script: "bun",
|
script: "bun",
|
||||||
args: "dev",
|
args: "host",
|
||||||
interpreter: "none",
|
interpreter: "none",
|
||||||
exec_mode: "fork",
|
exec_mode: "fork",
|
||||||
instances: 1,
|
instances: 1,
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
"host": "NODE_ENV=production vite --host",
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"tauri": "export __NV_DISABLE_EXPLICIT_SYNC=1 && tauri dev"
|
"tauri": "export __NV_DISABLE_EXPLICIT_SYNC=1 && tauri dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user