Skip to content

Commit

Permalink
fix dev command (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Sep 4, 2024
1 parent 4c25d05 commit cb5c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "bun cli/cli.ts",
"dev": "bun run build:dev-server && concurrently 'bun run dev:frontend' 'bun run dev:test-project'",
"dev:frontend": "vite dev --config frontend/vite.config.ts",
"dev:test-project": "buncli/ --hot cli/cli.ts dev --cwd ./example-project",
"dev:test-project": "bun --hot cli/cli.ts dev --core --cwd ./example-project",
"start:dev-server": "bun build:dev-server && bun cli/cli.ts dev -y --cwd ./example-project",
"build": "bun build:dev-server && npm run build:cli",
"build:cli": "bun scripts/build-cli.ts",
Expand Down

0 comments on commit cb5c590

Please sign in to comment.