fix : resolve ESM/CommonJS module confict in brainstorming server

This commit is contained in:
sarbojitrana
2026-03-17 19:44:46 +05:30
committed by Jesse Vincent
parent f34ee479b7
commit 3128a2c3cd
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ const crypto = require('crypto');
const path = require('path');
// The module under test — will be the new zero-dep server file
const SERVER_PATH = path.join(__dirname, '../../skills/brainstorming/scripts/server.js');
const SERVER_PATH = path.join(__dirname, '../../skills/brainstorming/scripts/server.cjs');
let ws;
try {