feat(tsview): add database and S3 handlers, tswatch/watch scripts, web utilities, assets and release config

This commit is contained in:
2026-01-25 11:02:53 +00:00
parent cf07f8cad9
commit afc32f3578
52 changed files with 1078 additions and 237 deletions

View File

@@ -37,7 +37,7 @@ tap.test('should have config methods', async () => {
tap.test('should have runCli export', async () => {
expect(tsview.runCli).toBeDefined();
expect(typeof tsview.runCli).toBe('function');
expect(typeof tsview.runCli).toEqual('function');
});
export default tap.start();