Add Signal and Whatsapp Docker CI

This commit is contained in:
Darren Clarke 2024-05-15 10:27:14 +02:00
parent b8ff61265b
commit 6305a8b0bc
12 changed files with 99 additions and 8 deletions

View file

@ -2,7 +2,7 @@
"name": "bridge-whatsapp",
"version": "0.3.0",
"type": "module",
"main": "build/main/main.js",
"main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>",
"license": "AGPL-3.0-or-later",
"dependencies": {
@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsx src/index.ts"
"dev": "tsx src/index.ts",
"start": "node build/main/index.js"
}
}