chore: add missing command

This commit is contained in:
Mauricio Siu 2024-10-25 00:21:12 -06:00
parent 60d4e1ba63
commit 303d1b1b87
2 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,11 @@ Run the command that will spin up all the required services and files.
pnpm run dokploy:setup
```
Run this script
```bash
pnpm run server:script
```
Now run the development server.
```bash

View File

@ -8,6 +8,7 @@
"dokploy:build": "pnpm --filter=dokploy run build",
"dokploy:start": "pnpm --filter=dokploy run start",
"test": "pnpm --filter=dokploy run test",
"server:script": "pnpm --filter=server run switch:dev",
"server:dev": "pnpm --filter=server run dev",
"server:build": "pnpm --filter=server run build",
"docker:build:canary": "./apps/dokploy/docker/build.sh canary",