small bugfixes, add simple posthog out endpoint

This commit is contained in:
Matthias Nannt
2023-04-04 15:10:08 +02:00
parent 1d39373117
commit 070d69f094
6 changed files with 78 additions and 103 deletions
+2 -2
View File
@@ -22,9 +22,9 @@
"nuke": "rm -r node_modules; for d in **/node_modules; do echo $d; rm -r $d; done"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@changesets/cli": "^2.26.1",
"prettier": "latest",
"tsx": "^3.7.1",
"tsx": "^3.12.6",
"turbo": "latest"
},
"engines": {