Dockerized for dev purposes
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineConfig({
|
||||
ssr: 'resources/js/ssr.ts',
|
||||
refresh: true,
|
||||
}),
|
||||
|
||||
tailwindcss(),
|
||||
wayfinder({
|
||||
formVariants: true,
|
||||
@@ -30,4 +31,14 @@ export default defineConfig({
|
||||
autoImport: true,
|
||||
}),
|
||||
],
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
hmr: {
|
||||
host: 'localhost'
|
||||
},
|
||||
watch: {
|
||||
usePolling: true, // Needed for Docker on Windows
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user