Go to file
Kyryll O 788acab14e feat(cli): generate plugins with dual DB mode (self/provide)
- manifest.json includes "database": "self" field
- main.ts reads manifest and conditionally calls CoreService.setupDatabase()
- TypeORM with PLUGIN_DB_* -> POSTGRES_* fallback for both modes
- Example Item entity, controller, service with CRUD
- @nestjs/typeorm, typeorm, pg added to generated package.json
- Dynamic import for AppModule to support provide mode
2026-05-26 23:44:55 +03:00
src feat(cli): generate plugins with dual DB mode (self/provide) 2026-05-26 23:44:55 +03:00
.gitignore Initial commit of ERP Plugin SDK 2026-05-22 14:40:26 +03:00
package-lock.json fix: move all deps to dependencies for npm sub-dependency install 2026-05-26 22:57:14 +03:00
package.json fix: move all deps to dependencies for npm sub-dependency install 2026-05-26 22:57:14 +03:00
tsconfig.json Initial commit of ERP Plugin SDK 2026-05-22 14:40:26 +03:00