enh: rename pockethost.io to dashboard

This commit is contained in:
Ben Allfree
2023-10-02 08:41:49 -07:00
parent b0cc205ae0
commit cbcec4a720
89 changed files with 9 additions and 7 deletions

View File

@@ -8,11 +8,12 @@
"lint": "prettier -c \"./**/*.ts\"",
"lint:fix": "prettier -w \"./**/*.ts\"",
"build": "concurrently 'yarn:build:*'",
"build:www": "cd packages/pockethost.io && yarn build",
"build:dashboard": "cd packages/dashboard && yarn build",
"build:daemon": "cd packages/daemon && yarn build",
"local:dev": "NODE_ENV=development concurrently 'yarn:dev:*'",
"local:dev": "NODE_ENV=development concurrently 'yarn:local:dev:*'",
"local:dev:proxy": "cd packages/proxy && yarn dev",
"local:dev:www": "cd packages/pockethost.io && yarn dev",
"local:dev:dashboard": "cd packages/dashboard && yarn dev",
"local:dev:daemon": "cd packages/daemon && yarn dev",
"dev": "NODE_ENV=development concurrently 'yarn:dev:*'",
"dev:proxy": "cd packages/proxy && yarn dev",
"dev:daemon": "cd packages/daemon && yarn dev",