Skip to content

Commit c80cade

Browse files
committed
fix root exports and close sqlexecutor client
1 parent c3cf176 commit c80cade

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
File renamed without changes.

src/tinker.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { seedTestData } from "../test-setup";
2+
3+
async function main() {
4+
// await seedTestData();
5+
console.log("Hello world");
6+
}
7+
main();

0 commit comments

Comments
 (0)