test web push
Main daploy / deploy (push) Successful in 45s

This commit is contained in:
2024-11-21 16:11:23 +02:00
parent 14e8a349e6
commit 75be87c144
14 changed files with 438 additions and 63 deletions
@@ -0,0 +1,5 @@
import webpush from 'web-push';
const vapidKeys = webpush.generateVAPIDKeys();
console.log(vapidKeys)
@@ -0,0 +1,33 @@
{
"name": "@hereconnect/message-delivery-method-web-push",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"license": "@hereconnect/license",
"private": true,
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"keywords": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [],
"scripts": {
"dev": "",
"test": ""
},
"dependencies": {
"web-push": "^3.6.7"
}
}