mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-03 05:23:26 +00:00
Added Dockerfile and configured vite config
This commit is contained in:
@@ -10,4 +10,9 @@ export default defineConfig({
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
strictPort:true,
|
||||
port: 5173
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user