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',
|
||||
},
|
||||
})
|
||||
1
.vscode-server/data/User/History/-23e511c6/entries.json
Normal file
1
.vscode-server/data/User/History/-23e511c6/entries.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version":1,"resource":"vscode-remote://ssh-remote%2B10.0.11.3/home/chloe/Seasoned/vitest.config.ts","entries":[{"id":"3Okw.ts","timestamp":1772653272270},{"id":"hUJW.ts","timestamp":1772654078047}]}
|
||||
16
.vscode-server/data/User/History/-23e511c6/hUJW.ts
Normal file
16
.vscode-server/data/User/History/-23e511c6/hUJW.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
// vitest.config.ts
|
||||
import { defineConfig } from 'vitest/config'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
server: {
|
||||
deps: {
|
||||
inline: [/@exodus\/bytes/, /html-encoding-sniffer/],
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user