feat(client): setup tanstack router

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2025-12-19 16:00:53 +08:00
parent 3df97e2125
commit adbad1c365
8 changed files with 245 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import antfu from '@antfu/eslint-config';
export default antfu({
gitignore: true,
ignores: ['**/node_modules/**', '**/dist/**', 'bun.lock'],
ignores: ['**/node_modules/**', '**/dist/**', 'bun.lock', '**/routeTree.gen.ts'],
react: true,
stylistic: {
semi: true,