chore: flags in config (#609)

This commit is contained in:
Tobias Linsefors
2021-06-01 09:29:03 +02:00
committed by GitHub
parent 76189a7d06
commit 67f4b44dbb
2 changed files with 1 additions and 7 deletions

View File

@@ -126,6 +126,7 @@ module.exports = async ({
sock: {
port: entryWatcher && entryWatcher.port,
},
flags: serveConfig.flags,
themes: themes.map((theme) => theme.id),
});
});