0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

first build setup

This commit is contained in:
Víctor Losada Hernández
2026-01-29 16:43:59 +01:00
parent efe67d2092
commit 86f3d5c290
7 changed files with 249 additions and 182 deletions

View File

@@ -9,6 +9,7 @@ export default defineConfig({
outDir: "build",
emptyOutDir: true,
ssrManifest: true,
ssr:'./client/entry-server-homebrew.jsx',
rollupOptions: {
input: {
admin: path.resolve(__dirname, "client/admin/admin.jsx"),