-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"private": true,
"scripts": {
"dev": "pnpm --parallel --filter graph-pipeline --filter graph-frontend",
"dev:all": "pnpm --parallel -r dev",
"format": "pnpm -r format",
"phone-radio": "pnpm --filter phone-radio start",
"phone-radio:loop": "while true; do pnpm phone-radio; rc=$?; echo \"phone-radio exited ($rc), restarting in 1s\"; sleep 1; done",
"phone-radio:build": "pnpm --filter phone-radio build",
"phone-radio:dev": "PORT=3030 pnpm --filter phone-radio dev",
"phone-radio:song-list": "pnpm --filter phone-radio song-list",
"tunnel": "./tunnel.sh"
},
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}