mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
semantics
This commit is contained in:
@@ -15,7 +15,7 @@ Fork of [geoff.seemueller.io](https://geoff.seemueller.io).
|
||||
2. `bun run build`
|
||||
3. Configure .dev.vars
|
||||
4. Setup KV_STORAGE bindings for local development.
|
||||
5. In isolated shells, run `bun run worker:dev` and `bun run vite:dev`
|
||||
5. In isolated shells, run `bun run client:dev` and `bun run server:dev`
|
||||
|
||||
|
||||
### Further Documentation
|
||||
|
@@ -3,9 +3,9 @@
|
||||
"scripts": {
|
||||
"clean": "rm -rf node_modules && rm -rf .wrangler && rm -rf dist",
|
||||
"build": "pnpm client:build && pnpm worker:build",
|
||||
"vite:dev": "pnpm vite dev --host 0.0.0.0",
|
||||
"worker:dev": "pnpm run build && pnpm wrangler dev",
|
||||
"client": "pnpm vite:dev",
|
||||
"client:dev": "pnpm vite dev --host 0.0.0.0",
|
||||
"server:dev": "pnpm run build && pnpm wrangler dev",
|
||||
"client": "pnpm client:dev",
|
||||
"client:build": "vite build",
|
||||
"worker:build": "WRANGLER_LOG=info wrangler build",
|
||||
"agents:dev": "(cd ../web-agent-rs; cargo run)",
|
||||
|
Reference in New Issue
Block a user