FEAT: backup & restore 1

This commit is contained in:
prosety
2022-11-30 12:45:02 +01:00
parent 2736f2ff7c
commit 3127e60c04
53 changed files with 3550 additions and 248 deletions

8
vitest.config.js Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'vitest/config'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
test: {
// ...
},
})