Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
11
.vscode-server/data/User/History/-23e511c6/3Okw.ts
Normal file
11
.vscode-server/data/User/History/-23e511c6/3Okw.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// vitest.config.ts
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user