kin: auto-commit after pipeline
This commit is contained in:
parent
dc64bdc9eb
commit
d83e3bb9d4
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue