first commit
This commit is contained in:
14
vite.config.js
Normal file
14
vite.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
export default {
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
allowedHosts: ["srv413259.hstgr.cloud"],
|
||||
https: false,
|
||||
hmr: {
|
||||
protocol: 'wss',
|
||||
host: 'srv413259.hstgr.cloud',
|
||||
clientPort: 443
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user