mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
renamed to Sprint
This commit is contained in:
@@ -3,7 +3,7 @@ const path = require("node:path");
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "issue-backend",
|
||||
name: "sprint-backend",
|
||||
cwd: path.join(__dirname, "packages", "backend"),
|
||||
script: "bun",
|
||||
args: "dev",
|
||||
@@ -18,7 +18,7 @@ module.exports = {
|
||||
time: true,
|
||||
},
|
||||
{
|
||||
name: "issue-frontend",
|
||||
name: "sprint-frontend",
|
||||
cwd: path.join(__dirname, "packages", "frontend"),
|
||||
script: "bun",
|
||||
args: "dev",
|
||||
|
||||
Reference in New Issue
Block a user