mirror of
https://github.com/patdelphi/suanming.git
synced 2026-02-28 05:33:11 +08:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
// Vercel API 入口文件
|
|
const app = require('../server/index.cjs');
|
|
|
|
// 导出为 Vercel 函数
|
|
module.exports = app; |