kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 22:12:57 +02:00
parent dc64bdc9eb
commit d83e3bb9d4

View file

@ -4,6 +4,11 @@ import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
server: {
proxy: {
'/api': 'http://localhost:8000',
},
},
test: {
environment: 'jsdom',
globals: true,