BREAKING CHANGE(tapbundle_serverside): Rename Node-specific tapbundle module to tapbundle_serverside and migrate server-side utilities

This commit is contained in:
2025-11-19 21:43:15 +00:00
parent 3ab5550cb8
commit 41d7c1ce49
13 changed files with 59 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
import * as plugins from './plugins.js';
export const cwd = process.cwd();
export const testFilesDir = plugins.path.join(cwd, './.nogit/testfiles/');