init repo from library-template

This commit is contained in:
2025-09-11 09:45:24 +02:00
commit 30970d257d
11 changed files with 123 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import {test} from 'bun:test'
test('Basic test', () => 'Hello, world!')