brainstorming/scripts/server.cjs:236 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.appendFileSync(eventsFile, JSON.stringify(event) + '\n');
brainstorming/scripts/server.cjs:305 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.writeFileSync(
brainstorming/scripts/server.cjs:346 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.writeFileSync(path.join(STATE_DIR, 'server-info'), info + '\n');