backing_up

This commit is contained in:
2026-03-04 22:26:44 +00:00
parent c065cbf61e
commit fd3f1a6db7
5379 changed files with 11 additions and 841088 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/],
},
},
},
})