send push notification to guest
Main daploy / deploy (push) Failing after 6s

This commit is contained in:
2024-12-02 10:01:23 +02:00
parent 096c1547d4
commit b5a25a6ece
6 changed files with 124 additions and 78 deletions
+7 -1
View File
@@ -2,7 +2,13 @@
"name": "@hereconnect/types",
"version": "1.0.0",
"main": "index.ts",
"types": "index.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.d.ts",
"default": "./dist/index.d.ts"
}
},
"private": true,
"scripts": {
"build": "tsc"