mirror of
https://github.com/marcogll/builderbot-openai-assistants.git
synced 2026-01-13 13:25:18 +00:00
fix: add rollup
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run build && node ./dist/app.js",
|
"start": "node ./dist/app.js",
|
||||||
"lint": "eslint . --no-ignore",
|
"lint": "eslint . --no-ignore",
|
||||||
"dev": "npm run lint && nodemon ./src/app.ts",
|
"dev": "npm run lint && nodemon ./src/app.ts",
|
||||||
"build": "npm run rollup -c"
|
"build": "npx rollup -c"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user