starter-firebase-nextjs icon indicating copy to clipboard operation
starter-firebase-nextjs copied to clipboard

Restrict functions.ignore in firebase.json for functions uploads

Open rioam2 opened this issue 5 years ago • 0 comments

    "functions": {
        "source": ".",
        "ignore": [
            "**/**",
            "!dist/",
            "!package.json"
        ]
    },

rioam2 avatar Sep 19 '19 19:09 rioam2