fix: add `define`

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-18 20:02:04 +08:00
parent f7767316f9
commit 8fafd72f18
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ export default defineConfig({
APP_NAME: JSON.stringify(pkg.name),
APP_DEV_CWD: JSON.stringify(process.cwd()),
GIT_COMMIT_SHA: JSON.stringify(getGitHash()),
DEBUG: process.env.DEBUG === "true",
},
},
})