Sync Mode6Test frontend improvements: pinch zoom 500% max, no flicker/flip, deferred rendering
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "mode-switch",
|
||||
"version": "1.0.0",
|
||||
"description": "Mode switching orchestrator - controls which mode (Test1Mode, Mode2Test) runs on port 3005",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bun run backend/orchestrator.ts",
|
||||
"dev": "bun --watch backend/orchestrator.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"hono": "^4.10.8",
|
||||
"dotenv": "^17.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user