Worker build updates
This commit is contained in:
parent
45c80ca98a
commit
0cf1c3b8fd
64 changed files with 4216 additions and 3450 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"name": "@link-stack/signal-api",
|
||||
"version": "1.0.0",
|
||||
"main": "build/main/index.js",
|
||||
"type": "module",
|
||||
"main": "build/index.js",
|
||||
"exports": {
|
||||
".": "./build/index.js",
|
||||
"./lib/*": "./build/lib/*.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"update-api": "openapi-generator-cli generate -i 'https://bbernhard.github.io/signal-cli-rest-api/src/docs/swagger.json' -g typescript-fetch -o . --skip-validate-spec"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue