chore: add initial project structure and tooling

This commit is contained in:
2025-06-08 15:12:13 +08:00
parent fdca40817a
commit 7629a3f030
10 changed files with 137 additions and 1 deletions

6
database.go Normal file
View File

@@ -0,0 +1,6 @@
//go:build js && wasm
// +build js,wasm
package dbx
import _ "github.com/syumai/workers/cloudflare/d1"