{ "worktree": { "setup": [ "npm ci", "npm run build:server", "npm run build --workspace=@getpaseo/expo-two-way-audio", "cp \"$PASEO_SOURCE_CHECKOUT_PATH/packages/server/.env\" \"$PASEO_WORKTREE_PATH/packages/server/.env\"" ] }, "scripts": { "daemon": { "type": "service", "command": "PASEO_SKIP_DEV_SERVER_BUILD=1 PASEO_LISTEN=0.0.0.0:$PASEO_PORT ./scripts/dev-daemon.sh" }, "app": { "type": "service", "command": "BROWSER=none EXPO_PUBLIC_LOCAL_DAEMON=\"localhost:${PASEO_SERVICE_DAEMON_PORT}\" npm run start:expo --workspace=@getpaseo/app -- --port $PASEO_PORT" }, "typecheck": { "command": "npm run typecheck" } } }