renamed to Sprint

This commit is contained in:
Oliver Bryan
2026-01-16 11:15:38 +00:00
parent b4601a7595
commit 385b85bdb4
95 changed files with 324 additions and 253 deletions

View File

@@ -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",