chore(dev): prevent terminal screen from being cleared by vite

This commit is contained in:
Miodec 2024-07-24 11:40:23 +02:00
parent 5f7565a695
commit be304906e9

View file

@ -82,6 +82,7 @@ const BASE_CONFIG = {
port: 3000,
host: process.env.BACKEND_URL !== undefined,
},
clearScreen: false,
root: "src",
publicDir: "../static",
css: {