mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-17 03:55: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 = {};
|
let config = {};
|
||||||
if (!process.env.FUNCTIONS_EMULATOR) {
|
if (!process.env.FUNCTIONS_EMULATOR) {
|
||||||
|
@ -18,11 +18,10 @@
|
|||||||
"from-preset": "npm run build && npm run emu:reset && npm run emu:start",
|
"from-preset": "npm run build && npm run emu:reset && npm run emu:start",
|
||||||
"start": "npm run shell",
|
"start": "npm run shell",
|
||||||
"deploy": "firebase deploy --only functions",
|
"deploy": "firebase deploy --only functions",
|
||||||
"logs": "firebase functions:log",
|
"logs": "firebase functions:log"
|
||||||
"gcp-build": "node node_modules/puppeteer/install.mjs"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20"
|
"node": "18"
|
||||||
},
|
},
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user