Configuration options for the production build
Optionalbundle?: booleanOptionalmode?: "module" | "server"OptionalonComplete?: () => Promisable<void>A callback function to invoke when the build is complete
The path where the bundle should be written
The entry point for the libnest CLI.
This should be a module whose default export is a function that initializes the application.
Optionalglobals?: { [key: string]: Jsonifiable }Optional global variables that should be defined at runtime.
Configuration options for a
libnestapplication.