Skip to content

Commit

Permalink
Fix resolving issue for src when running on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 9, 2023
1 parent 5216e0e commit 1ff7fd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import Vue from '@vitejs/plugin-vue';
import path from 'path'
import {defineConfig} from "vite";


export default defineConfig({
resolve: {
alias: {
'@': path.resolve(__dirname, './src')
},
},
plugins: [Vue()],
// @ts-ignore
test: {
Expand Down

0 comments on commit 1ff7fd8

Please sign in to comment.