BREAKING CHANGE(tapbundle_serverside): Rename Node-specific tapbundle module to tapbundle_serverside and migrate server-side utilities
This commit is contained in:
4
ts_tapbundle_serverside/paths.ts
Normal file
4
ts_tapbundle_serverside/paths.ts
Normal 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/');
|
||||
Reference in New Issue
Block a user