mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
new build setup
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
name: "sprint-backend",
|
||||
cwd: path.join(__dirname, "packages", "backend"),
|
||||
script: "bun",
|
||||
args: "dev",
|
||||
args: "start",
|
||||
interpreter: "none",
|
||||
exec_mode: "fork",
|
||||
instances: 1,
|
||||
@@ -21,7 +21,7 @@ module.exports = {
|
||||
name: "sprint-frontend",
|
||||
cwd: path.join(__dirname, "packages", "frontend"),
|
||||
script: "bun",
|
||||
args: "host",
|
||||
args: "preview --host --port 1420",
|
||||
interpreter: "none",
|
||||
exec_mode: "fork",
|
||||
instances: 1,
|
||||
|
||||
Reference in New Issue
Block a user