mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
refactor: add preview vite
This commit is contained in:
parent
bf68dd9a60
commit
8c25a3d8af
@ -16,5 +16,9 @@ export default defineConfig({
|
|||||||
ssr: {
|
ssr: {
|
||||||
noExternal: ['path-to-regexp'],
|
noExternal: ['path-to-regexp'],
|
||||||
},
|
},
|
||||||
|
preview: {
|
||||||
|
port: 3000,
|
||||||
|
host: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user