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

@@ -10,8 +10,6 @@ import {
import type { Route } from './+types/root'
import './app.css'
export const links: Route.LinksFunction = () => []
export function Layout({ children }: { children: React.ReactNode }) {
return (
<html lang="pt-br" className="dark h-full">

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: 9234 }),
tailwindcss(),
reactRouter(),
tsconfigPaths()