Files
JKVideo/.claude/launch.json
Developer b09c3731f9 chore: add dev server config and update tsconfig
- Add .claude/launch.json for Expo Dev Server (port 8081)
- Update tsconfig.json with expo-router typedRoutes include paths
2026-03-05 18:09:44 +08:00

12 lines
247 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "Expo Dev Server",
"runtimeExecutable": "node",
"runtimeArgs": ["C:\\nvm4w\\nodejs\\node_modules\\npm\\bin\\npm-cli.js", "run", "start"],
"port": 8081
}
]
}