AI Implementation feature(859): Admin Area General Settings and Categories (#21)

This commit was merged in pull request #21.
This commit is contained in:
2026-07-22 11:45:23 +00:00
parent de527ec6d6
commit c9e8dfc611
34 changed files with 7349 additions and 62 deletions
+2
View File
@@ -14,6 +14,7 @@
"test": "jest --config tests/jest.config.js",
"test:backend": "jest --config tests/jest.config.js --selectProjects backend",
"test:frontend": "jest --config tests/jest.config.js --selectProjects frontend",
"rebuild-native": "npm rebuild better-sqlite3 --build-from-source",
"setup": "bash setup.sh"
},
"devDependencies": {
@@ -23,6 +24,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^29.1.1",
"sharp": "^0.35.3",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}