Update the manifest to include an inDev property

This commit is contained in:
Oliver 2025-12-24 20:19:32 -07:00
parent f3aecc1ce8
commit f1b23c54d8
2 changed files with 5 additions and 3 deletions

View file

@ -25,6 +25,7 @@ if (manifest.esmodules) {
};
// Remove dev flags
delete manifest.flags?.inDev;
delete manifest.flags?.hotReload;
if (Object.keys(manifest.flags).length === 0) {