EENE Dashboard upload to Gitea

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-17 16:59:34 +09:00
parent cf72281c6d
commit b3f2da203b
138 changed files with 13013 additions and 1929 deletions

View File

@@ -102,7 +102,7 @@ async function importViaApi(adminId: string, memberId: string) {
async function main() {
const tasks = mapAllHrProjects();
console.log(`📦 HR_Dashboard${tasks.length} tasks mapped`);
console.log(`📦 data/seed/hr-data.json${tasks.length} tasks mapped`);
let adminId: string;
let memberId: string;