Converted demo to use Docker Compose

This commit is contained in:
Kevin Naidoo
2023-11-17 16:04:52 +01:00
parent 630016870a
commit 8f829b17c0
19 changed files with 266 additions and 305 deletions

View File

@ -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: {