mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
feat(ci): socket realtime image for hosting (#565)
* feat: socket server for self/local deployment * ci: memory limit and redundant dependency install * chore: update readme, devcontainer, cli package * chore: add new dev scripts and update README for full development setup
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
"dev:sockets": "cd apps/sim && bun run dev:sockets",
|
||||
"dev:full": "cd apps/sim && bun run dev:full",
|
||||
"test": "turbo run test",
|
||||
"format": "bunx biome format --write .",
|
||||
"format:check": "bunx biome format .",
|
||||
|
||||
Reference in New Issue
Block a user