mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
add vite hmr to traefik reverse proxy
This commit is contained in:
@@ -24,4 +24,11 @@ export default defineConfig({
|
||||
lintCommand: 'eslint "./**/*.{ts,vue}"',
|
||||
}),
|
||||
],
|
||||
server: {
|
||||
host: true,
|
||||
hmr: {
|
||||
host: process.env.VITE_HOST_NAME,
|
||||
clientPort: 80,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user