chore: improve type
This commit is contained in:
parent
92ca41296c
commit
e29385be99
|
@ -18,6 +18,9 @@ async function buildElectron() {
|
||||||
for (const [name, configPath] of Object.entries(viteConfigs)) {
|
for (const [name, configPath] of Object.entries(viteConfigs)) {
|
||||||
console.group(TAG, name)
|
console.group(TAG, name)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @type {import('vite').InlineConfig}
|
||||||
|
*/
|
||||||
const config = {
|
const config = {
|
||||||
configFile: configPath,
|
configFile: configPath,
|
||||||
mode: process.env.NODE_ENV,
|
mode: process.env.NODE_ENV,
|
||||||
|
|
Loading…
Reference in New Issue