attempted upgrade

This commit is contained in:
yohlo
2025-09-24 00:13:41 -05:00
parent 94ea44c66e
commit e4164cbc71
26 changed files with 1390 additions and 1273 deletions

View File

@@ -6,16 +6,14 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
server: {
port: 3000,
allowedHosts: ["dev.flexxon.app"]
},
plugins: [
tsConfigPaths({
projects: ['./tsconfig.json'],
}),
tanstackStart({
customViteReactPlugin: true,
tsr: {
srcDirectory: 'src/app',
},
srcDirectory: 'src/app',
}),
react()
]