wip monorepo
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user