fixed bug with spreadsheet import
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "mheidi-frontend-v2",
|
||||
"name": "heidi-frontend-v2",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
|
@ -13,6 +13,8 @@ export default defineConfig(({ mode }) => {
|
||||
https: {
|
||||
key: env.VITE_SSL_KEY_PATH,
|
||||
cert: env.VITE_SSL_CERT_PATH,
|
||||
}
|
||||
},
|
||||
host: true, // This allows hosting on network interfaces
|
||||
port: 5173 // Optional: Specify a custom port (default is 5173)
|
||||
}}
|
||||
});
|
Reference in New Issue
Block a user