Skip to content

Commit 4b108b3

Browse files
committed
Fix build error in CI
1 parent bb3da10 commit 4b108b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quasar.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file
33

44
import { defineConfig } from "#q-app/wrappers";
5-
import { isNullOrWhitespace } from "src/util/string_util";
5+
import { isNullOrWhitespace } from "./src/util/string_util";
66
import packageSpec from "./package.json";
77

88
// import checker from "vite-plugin-checker";

0 commit comments

Comments
 (0)