fix(templates): put back args to watch in dev (#4033)

This commit is contained in:
Sandro Circi
2025-05-01 18:47:03 +02:00
committed by GitHub
parent 87a7828931
commit c5bdec0f64
3 changed files with 5 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ export default defineBuildConfig({
delimiters: ['', ''],
values: {
// Used in development to import directly from theme
'const isUiDev = true': 'const isUiDev = false'
'process.argv.includes(\'--uiDev\')': 'false'
}
}
},