This commit is contained in:
Tyrel Souza 2023-10-30 19:37:53 -04:00
parent f3f52474d1
commit 1eb2924e53
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
server: {
host: "0.0.0.0",
},
plugins: [
vue(),
]