wip monorepo

This commit is contained in:
2025-11-04 23:16:21 -03:00
parent 83d48259d6
commit b85aead0d4
56 changed files with 6308 additions and 476 deletions

View File

@@ -6,7 +6,7 @@ import tsconfigPaths from 'vite-tsconfig-paths'
export default defineConfig({
plugins: [
cloudflare({ viteEnvironment: { name: 'ssr' } }),
cloudflare({ viteEnvironment: { name: 'ssr' }, inspectorPort: 9232 }),
tailwindcss(),
reactRouter(),
tsconfigPaths()