Converted demo to use Docker Compose
This commit is contained in:
@ -7,7 +7,7 @@ import vue from '@vitejs/plugin-vue'
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
host: '127.0.0.1',
|
||||
host: '0.0.0.0',
|
||||
port: 5167
|
||||
},
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user