Files
starr-philproperties/package.json
T
kennethobsequio 8bf4c04f0b forcibly
Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
2026-09-26 12:57:21 +08:00

15 lines
378 B
JSON

{
"name": "new_starr",
"private": true,
"packageManager": "pnpm@11.3.0",
"scripts": {
"dev": "concurrently -n api,web -c blue,green \"pnpm --filter api dev\" \"pnpm --filter web dev\"",
"build": "pnpm --filter web build",
"start": "pnpm --filter api start",
"test": "pnpm --filter api test"
},
"devDependencies": {
"concurrently": "^9.2.4"
}
}