This commit is contained in:
yanlong.wang 2024-04-11 19:00:27 +08:00
parent e17ef6dba0
commit 9d0d54e511
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
const {join} = require('path');
const { join } = require('path');
let config = {};
if (!process.env.FUNCTIONS_EMULATOR) {

View File

@ -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": {