🎉 initial commit

This commit is contained in:
Robert Kunze
2026-01-12 17:44:56 +01:00
commit 7fb0512f65
8 changed files with 822 additions and 0 deletions

9
deno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"imports": {
"@dbml/core": "npm:@dbml/core@^3.5.1"
},
"tasks": {
"serve": "deno run -A https://deno.land/std/http/file_server.ts",
"build": "deno compile --no-check -A ./dbmorph.ts"
}
}