Usage
OverlayedConfig
interface.
applicationId
Your Overlayed application ID.-
Type
app
The bundle config for your Electron app.-
Type
site
The optional bundle config for your site.-
Type
bundle config
Shared fields for bothBundleAppConfig
and BundleSiteConfig
.
-
Type
-
Details
baseDir
(optional): The base directory to bundle from. Defaults to the location of theoverlayed.config.ts
file.include
(required): String or array of string glob patterns to include in the bundle.package.json
is always included.exclude
(optional): String or array of string glob patterns to exclude from the bundle./installer
is always excluded.
debug
When true, the bundle will be created in debug mode.- Extra logs will occur
- The bundles will be outputted as a zip instead of uploading to the Overlayed platform
-
Type
-
Default:
false