Skip to content

Commit 317ac8e

Browse files
add alias
1 parent e423745 commit 317ac8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: vite.config.mts

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default defineConfig({
6262
alias: {
6363
'@': fileURLToPath(new URL('./src', import.meta.url)),
6464
'@root': fileURLToPath(new URL('.', import.meta.url)),
65+
'@cypress': fileURLToPath(new URL('./cypress', import.meta.url)),
6566
},
6667
extensions: [
6768
'.js',

0 commit comments

Comments
 (0)