chore: defer the path based config loading till 0.6.1. (#223)
This commit is contained in:
parent
62863ad649
commit
3a5ab68432
11 changed files with 167 additions and 1751 deletions
|
|
@ -1,16 +0,0 @@
|
|||
import { resolve } from 'node:path';
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['tests/*.test.js'],
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'~': resolve(__dirname, './app'),
|
||||
'~server': resolve(__dirname, './server'),
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue