fix streaming
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"prebuild": "node scripts/ensure-prisma-client.mjs",
|
||||
"dev": "node ./node_modules/tsx/dist/cli.mjs watch src/index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"test": "node --test --import tsx tests/**/*.test.ts",
|
||||
"build": "node ./node_modules/typescript/bin/tsc -p tsconfig.json",
|
||||
"prisma:generate": "node ./node_modules/prisma/build/index.js generate",
|
||||
"db:migrate": "node ./node_modules/prisma/build/index.js migrate dev",
|
||||
|
||||
Reference in New Issue
Block a user