feat: add opt-in product usage and feedback integration (#1110)

This commit is contained in:
Paul Nothaft
2026-09-05 12:59:06 +02:00
parent c71ffae912
commit b53e5d97b4
24 changed files with 2360 additions and 18 deletions
@@ -0,0 +1,3 @@
const { db } = require('../database/db');
const { UsageService } = require('../usage/UsageService');
module.exports = new UsageService(db);