add missing jsconfig for worker
This commit is contained in:
parent
d237861ff5
commit
27f522a2cf
@ -9,8 +9,8 @@
|
|||||||
"start": "NODE_OPTIONS='--trace-warnings' next start -p $PORT --keepAliveTimeout 120000",
|
"start": "NODE_OPTIONS='--trace-warnings' next start -p $PORT --keepAliveTimeout 120000",
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
|
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
|
||||||
"worker": "tsx --trace-warnings worker/index.js",
|
"worker": "tsx --tsconfig jsconfig.json --trace-warnings worker/index.js",
|
||||||
"worker:dev": "tsx --trace-warnings --watch worker/index.js"
|
"worker:dev": "tsx --tsconfig jsconfig.json --trace-warnings --watch worker/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.9.7",
|
"@apollo/client": "^3.9.7",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user