backing_up

This commit is contained in:
2026-03-04 22:26:44 +00:00
parent 0d517b198d
commit 910b9bf4bc
1708 changed files with 11 additions and 685500 deletions

View 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/],
},
},
},
})