Switch scripts to more idiomatic names

This commit is contained in:
Max Goodhart
2025-06-19 16:45:30 -07:00
parent 3e17e13740
commit 4049e1bf78

View File

@@ -1,8 +1,8 @@
{ {
"name": "streamwall", "name": "streamwall",
"scripts": { "scripts": {
"app:start": "npm -w packages/streamwall start", "start:app": "npm -w packages/streamwall start",
"server:start": "npm -w packages/streamwall-control-client run build && npm -w packages/streamwall-control-server start" "start:server": "npm -w packages/streamwall-control-client run build && npm -w packages/streamwall-control-server start"
}, },
"workspaces": [ "workspaces": [
"packages/streamwall", "packages/streamwall",