2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

Updated vitest config reference

This commit is contained in:
Alexander Shabunevich
2023-05-01 15:09:30 +03:00
parent 3440f74e11
commit 893e31c466
+1 -2
View File
@@ -1,6 +1,5 @@
/// <reference types="vitest" />
import { resolve } from 'path'
import { defineConfig } from 'vite'
import { defineConfig } from 'vitest/config'
import vue from '@vitejs/plugin-vue'
import banner from 'vite-plugin-banner'
import dts from 'vite-plugin-dts'