mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-14 07:45:55 +08:00
fix
This commit is contained in:
parent
e17ef6dba0
commit
9d0d54e511
@ -1,4 +1,4 @@
|
||||
const {join} = require('path');
|
||||
const { join } = require('path');
|
||||
|
||||
let config = {};
|
||||
if (!process.env.FUNCTIONS_EMULATOR) {
|
||||
|
@ -18,11 +18,10 @@
|
||||
"from-preset": "npm run build && npm run emu:reset && npm run emu:start",
|
||||
"start": "npm run shell",
|
||||
"deploy": "firebase deploy --only functions",
|
||||
"logs": "firebase functions:log",
|
||||
"gcp-build": "node node_modules/puppeteer/install.mjs"
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20"
|
||||
"node": "18"
|
||||
},
|
||||
"main": "build/index.js",
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user