This commit is contained in:
2026-01-26 01:09:20 +08:00
parent 911f03b4bd
commit 0f8986b491
5 changed files with 14 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ export const runCode = async (tsPath: string, params: RunCodeParams = {}): Promi
import path from 'node:path'
const res =await runCode(path.join(process.cwd(), './src/test/mini.ts'), {
// path: 'main'
// id: 'abc'
})
console.log('res', res)