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

@@ -1,6 +1,6 @@
import { tap, expect } from '../../ts_tapbundle/index.js';
import { tapNodeTools } from '../../ts_tapbundle_node/index.js';
import { tapNodeTools } from '../../ts_tapbundle_serverside/index.js';
tap.test('should execure a command', async () => {
const result = await tapNodeTools.runCommand('ls -la');