mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 06:48:11 +00:00
trying to get this to work
This commit is contained in:
@@ -20,8 +20,12 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
// vite.config.js
|
||||
define: {
|
||||
global: "window",
|
||||
},
|
||||
server: {
|
||||
port:8000,
|
||||
port: 8000,
|
||||
fs: {
|
||||
allow: ["."],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user