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:
Aditya Tripathi
2025-06-27 21:33:29 +05:30
committed by GitHub
parent 0049644224
commit 00334e501f
10 changed files with 187 additions and 4 deletions

View File

@@ -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 .",