修正 vercal 部署失敗問題

This commit is contained in:
2025-09-29 21:21:52 +08:00
parent 426deafbb8
commit 3aba1451bd
144 changed files with 321 additions and 11283 deletions

View File

@@ -2,13 +2,11 @@ import { NextRequest, NextResponse } from "next/server"
import * as XLSX from "xlsx"
import {
createLogicQuestion,
updateLogicQuestion,
getAllLogicQuestions,
clearLogicQuestions
} from "@/lib/database/models/logic_question"
import {
createCreativeQuestion,
updateCreativeQuestion,
getAllCreativeQuestions,
clearCreativeQuestions
} from "@/lib/database/models/creative_question"