This commit is contained in:
space-nuko
2023-05-19 12:09:26 -05:00
parent ec80884684
commit 9a0f508010
8 changed files with 315 additions and 257 deletions

View File

@@ -11,6 +11,9 @@ const isProduction = process.env.NODE_ENV === "production";
console.log("Production build: " + isProduction)
export default defineConfig({
define: {
"__GIT_COMMIT_HASH__": '"asdf"'
},
clearScreen: false,
base: "./",
plugins: [