chore: add readme to all our sdks (on npm)

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-07 12:31:05 +01:00
parent 3c085e445d
commit 87c919f700
9 changed files with 273 additions and 9 deletions

View File

@@ -2,6 +2,9 @@
"name": "@openpanel/web",
"version": "1.0.6-local",
"module": "index.ts",
"config": {
"docPath": "apps/public/content/docs/(tracking)/sdks/web.mdx"
},
"scripts": {
"build": "rm -rf dist && tsup",
"typecheck": "tsc --noEmit"