Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Folder and file conventions
npx blessnet init my-first-project cd my-first-project
. ├── bls.toml # Project configuration ├── index.ts # Entry point ├── package.json # Dependencies ├── tsconfig.base.json # Base TypeScript config ├── tsconfig.debug.json # Debug TypeScript config └── tsconfig.release.json # Release TypeScript config
tsconfig.base.json
tsconfig.debug.json
tsconfig.release.json