BREAKING CHANGE(server/client): move from client only to server + client exports

This commit is contained in:
2024-06-02 15:34:19 +02:00
parent c56e732d6d
commit 7eb8a46c7c
12 changed files with 5468 additions and 3197 deletions

View File

@ -1,6 +1,6 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as smartdns from '../ts/index.js';
import * as smartdns from '../ts_client/index.js';
let testDnsly: smartdns.Smartdns;

0
test/test.server.ts Normal file
View File