Skip to content

Commit

Permalink
chore(functions): enable verbose logging in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 22, 2024
1 parent 31661a6 commit 984888d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { onRequest } from 'firebase-functions/https';

const options = {
host: process.env.AGS_HOST,
verbose: !!process.env.FIREBASE_FUNCTIONS_EMULATOR,
mappings: [
{
from: /^\/toolbox/,
Expand Down

0 comments on commit 984888d

Please sign in to comment.