Dockerize

This commit is contained in:
2025-03-01 11:54:51 -06:00
parent 77f69becf9
commit f85f1ec3f6
7 changed files with 37 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ import vueDevTools from 'vite-plugin-vue-devtools'
// https://vite.dev/config/
export default defineConfig({
server: {
port: 8082,
},
plugins: [
vue(),
vueDevTools(),