fix(core): update

This commit is contained in:
2024-03-19 18:37:24 +01:00
parent 808a9cc856
commit f177d8e9ab
11 changed files with 1219 additions and 1566 deletions

5
test/test.ts Normal file
View File

@ -0,0 +1,5 @@
import { tap, expect } from '@push.rocks/tapbundle';
tap.test('should create a platform service', async () => {});
tap.start();