mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 14:27:20 +00:00
- Create server/auth.ts with requireAuth, optionalAuth, requireAdmin middleware - Fix os.tsx: add Target/Check imports, fix useLayout->usePlatformLayout, fix achievements types - Fix game-routes.ts: add all Request/Response types, fix session access - Fix revenue.ts: org_id -> organization_id - Fix votes.ts: currentSplit scope, created_by type - Fix dashboard.ts: remove unsupported .distinct() method - Fix game-dev-apis.ts: header/body type assertions - Upgrade api/execute.ts: add Python simulation, JSON validation, HTML/CSS passthrough - Upgrade app-registry.ts: full implementation with 15 apps, RBAC, categories - Clean up Java heap error logs
9 lines
No EOL
282 B
JSON
9 lines
No EOL
282 B
JSON
{
|
|
"builder.serverUrl": "",
|
|
"builder.command": "npm run dev",
|
|
"builder.runDevServer": true,
|
|
"builder.autoDetectDevServer": true,
|
|
"builder.launchType": "desktop",
|
|
"chatgpt.openOnStartup": true,
|
|
"java.configuration.updateBuildConfiguration": "interactive"
|
|
} |