refactor: add preview vite

This commit is contained in:
Mauricio Siu 2024-06-30 20:27:59 -06:00
parent bf68dd9a60
commit 8c25a3d8af

View File

@ -16,5 +16,9 @@ export default defineConfig({
ssr: {
noExternal: ['path-to-regexp'],
},
preview: {
port: 3000,
host: true
}
}
});