Interfacecliv0.0.1SeedcordDevConfigConfiguration used by the Seedcord CLI when running seedcord devseedcord dev or seedcord buildseedcord build. interface SeedcordDevConfiginterface SeedcordDevConfigMember overviewPropertiesbuildentryhmrinstancerootPropertiesoptionalbuildOptional build configuration overrides. build: SeedcordBuildConfig;build: SeedcordBuildConfig;entryEntry file that should be executed when starting the bot (and copied into the build output). entry: string;entry: string;optionalhmrOptional HMR configuration. hmr: SeedcordHmrConfig;hmr: SeedcordHmrConfig;instancePath to the module whose default export is a configured Seedcord instance. instance: string;instance: string;optionalrootRoot directory used for resolving relative paths. Defaults to the config directory. root: string;root: string;
optionalbuildOptional build configuration overrides. build: SeedcordBuildConfig;build: SeedcordBuildConfig;
entryEntry file that should be executed when starting the bot (and copied into the build output). entry: string;entry: string;
instancePath to the module whose default export is a configured Seedcord instance. instance: string;instance: string;
optionalrootRoot directory used for resolving relative paths. Defaults to the config directory. root: string;root: string;