Package Exports
- @constatic/base
- @constatic/base/tsconfig
Readme
Constatic Base
Library with structures and functions for creating modern Discord applications.
It all starts with the bootstrap function.
import { bootstrap } from "@constatic/base";
await bootstrap({ meta: import.meta });⚠️ It is recommended to use the Constant CLI to generate a project instead of doing it manually.