Documentation Index
Fetch the complete documentation index at: https://docs.overlayed.gg/llms.txt
Use this file to discover all available pages before exploring further.
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.tsfile.include(required): String or array of string glob patterns to include in the bundle.package.jsonis always included.exclude(optional): String or array of string glob patterns to exclude from the bundle./installeris 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

