mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-11-02 13:03:16 +00:00
fix(lint): missing dangling comma
This commit is contained in:
@@ -59,7 +59,7 @@ export const config = figue({
|
||||
.loadEnv({
|
||||
...import.meta.env,
|
||||
// Because the string 'import.meta.env.PACKAGE_VERSION' is statically replaced during build time (see 'define' in vite.config.ts)
|
||||
PACKAGE_VERSION: import.meta.env.PACKAGE_VERSION
|
||||
PACKAGE_VERSION: import.meta.env.PACKAGE_VERSION,
|
||||
})
|
||||
.validate()
|
||||
.getConfig();
|
||||
|
||||
Reference in New Issue
Block a user