Set vite mode to development to avoid warning.

This commit is contained in:
Dillon Kearns 2023-02-13 20:34:32 -08:00
parent 5cc346f93f
commit 4224611e32

View File

@ -170,6 +170,7 @@ export async function start(options) {
port: options.port,
},
appType: "custom",
mode: "development",
configFile: false,
root: process.cwd(),
base: options.base,