feat: cms feedback and customer management

This commit is contained in:
2026-02-09 20:02:52 +01:00
parent a306d24f51
commit 625c58398c
31 changed files with 18998 additions and 385 deletions

14
eslint_report.txt Normal file
View File

@@ -0,0 +1,14 @@
Pages directory cannot be found at /Users/marcmintel/Projects/at-mintel/pages or /Users/marcmintel/Projects/at-mintel/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.
/Users/marcmintel/Projects/at-mintel/packages/cli/src/index.ts
32:16 warning 'e' is defined but never used. Allowed unused caught errors must match /^_/u @typescript-eslint/no-unused-vars
32:19 error Empty block statement no-empty
/Users/marcmintel/Projects/at-mintel/packages/cms-infra/extensions/customer-manager/index.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to disable file ignore settings or use "--no-warn-ignored" to suppress this warning
/Users/marcmintel/Projects/at-mintel/packages/customer-manager/index.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to disable file ignore settings or use "--no-warn-ignored" to suppress this warning
✖ 4 problems (1 error, 3 warnings)