BBIO-46 WIP

This commit is contained in:
2023-10-31 18:44:19 +01:00
parent 20de6a58e4
commit 2b7a127701
12 changed files with 278 additions and 275 deletions

View File

@ -6,6 +6,10 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
server: {
host: '127.0.0.1',
port: 5167
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))