refactor/project-refactor #4

Merged
zhangxiang merged 15 commits from refactor/project-refactor into dev 2026-04-12 17:38:31 +08:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 337284166f - Show all commits
-1
View File
@@ -1,5 +1,4 @@
import * as fs from 'fs'; import * as fs from 'fs';
import * as path from 'path';
interface TestResult { interface TestResult {
title: string; title: string;
+1 -1
View File
@@ -57,7 +57,7 @@ export async function POST(request: NextRequest) {
id: nanoid(), id: nanoid(),
email, email,
name, name,
password: hashedPassword, passwordHash: hashedPassword,
isAdmin: role === 'admin', isAdmin: role === 'admin',
createdAt: new Date(), createdAt: new Date(),
updatedAt: new Date(), updatedAt: new Date(),