remove full path from vite config

This commit is contained in:
Noel 2022-05-15 18:51:32 -07:00
parent 6e8e2b119a
commit 0c78b83b30
No known key found for this signature in database
GPG Key ID: 63182D5FE7A237C9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default defineConfig(async ({ mode }) => {
// lazy hack so vite doesn't emit:
// [rollup-plugin-dynamic-import-variables] Unexpected token (46:55)
// file: /mnt/storage/Projects/Forks/zer0bin/frontend/src/index.ts:46:55
// file: zer0bin/frontend/src/index.ts:46:55
// error during build:
// SyntaxError: Unexpected token (46:55)