mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
add dashboard
This commit is contained in:
14
dashboard/vitest.config.ts
Normal file
14
dashboard/vitest.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
import path from 'path';
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
setupFiles: './vitest.setup.ts',
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'~': path.resolve(__dirname),
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user