Skip to content
Snippets Groups Projects
Commit 47ba57b3 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: don’t clear screen everytime vite starts up

parent 523d519f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ process.env.VUE_APP_VERSION = version
export default defineConfig({
base: '',
clearScreen: false,
// Traditionally we’ve used the VUE_ prefix for env variables as that was the default
// environment variable prefix in the vue-cli/webpack based build system.
// Migrating to the VITE_ prefix might be advisable in the future, but there
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment