mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 21:02:33 +03:00
Set vite mode to development to avoid warning.
This commit is contained in:
parent
5cc346f93f
commit
4224611e32
@ -170,6 +170,7 @@ export async function start(options) {
|
||||
port: options.port,
|
||||
},
|
||||
appType: "custom",
|
||||
mode: "development",
|
||||
configFile: false,
|
||||
root: process.cwd(),
|
||||
base: options.base,
|
||||
|
Loading…
Reference in New Issue
Block a user