Setup dev server

This commit is contained in:
Hri7566 2024-09-09 04:50:37 -04:00
parent afb7bd13a0
commit 938ea7ddb4
3 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,7 @@
"@remix-run/serve": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"express": "^4.19.2",
"isbot": "^4.1.0",
"lucide-react": "^0.439.0",
"react": "^18.2.0",

View File

@ -56,6 +56,9 @@ importers:
clsx:
specifier: ^2.1.1
version: 2.1.1
express:
specifier: ^4.19.2
version: 4.19.2
isbot:
specifier: ^4.1.0
version: 4.4.0

View File

@ -9,7 +9,8 @@ export default defineConfig({
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true
}
},
ssr: true
}),
tsconfigPaths()
]