fix: generate route trees and fix build errors for all apps

- Generated routeTree.gen.ts for all 6 apps (was empty placeholder)
- Fixed className backtick syntax in roles create/edit pages
- Fixed unescaped quote in dimentorin settings FAQ
- Route trees enable proper SPA navigation (no more full page reloads)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
maulanasdqn
2026-04-11 22:53:17 +07:00
co-authored by Claude Opus 4.6
parent 8cb7b592eb
commit d5b267332f
38 changed files with 2564 additions and 78 deletions
+1
View File
@@ -16,6 +16,7 @@ export default defineConfig(() => ({
port: 3005,
host: 'localhost',
},
build: { rolldownOptions: { output: { codeSplitting: { groups: [{ name: 'vendor', test: /node_modules/ }] } } } },
plugins: [
TanStackRouterVite({
routeFileIgnorePattern: '_components|_hooks|_hook|_data',