mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +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…
Reference in New Issue
Block a user