feat: add one-command mobile simulator dev loop
Adds `mobile:sim:dev` / `sim:dev` to build, install, launch, and stream the iOS simulator in one command Updates mobile docs and serve-sim guidance with the new workflow and correct preview URL behavior Bumps `serve-sim` to a newer version
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
"mobile:sim:install": "bun run --cwd packages/mobile sim:install",
|
||||
"mobile:sim:launch": "bun run --cwd packages/mobile sim:launch",
|
||||
"mobile:sim:run": "bun run --cwd packages/mobile sim:run",
|
||||
"mobile:sim:dev": "bun run --cwd packages/mobile sim:dev",
|
||||
"mobile:sim:serve": "bun run --cwd packages/mobile sim:serve",
|
||||
"mobile:sim:list": "bun run --cwd packages/mobile sim:list",
|
||||
"mobile:sim:kill": "bun run --cwd packages/mobile sim:kill",
|
||||
|
||||
Reference in New Issue
Block a user