mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-05-17 22:47:38 +08:00
feat(email): implement cancellation handling in email services
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
const test = require('node:test');
|
||||
const assert = require('node:assert/strict');
|
||||
const fs = require('node:fs');
|
||||
const path = require('node:path');
|
||||
const vm = require('node:vm');
|
||||
|
||||
const APP_JS_PATH = '/Users/zhoukailian/.config/superpowers/worktrees/codex-manager/repro-batch-monitor/static/js/app.js';
|
||||
const APP_JS_PATH = path.join(__dirname, '..', 'static', 'js', 'app.js');
|
||||
|
||||
function createElementStub() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user