gitstack

grindlemire/gothem-stack code browser

634 B JSON 27 lines 2025-01-11 · e6736ee raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "hosting": {
        "public": "./dist/public",
        "ignore": [
            "firebase.json",
            "**/.*",
            "**/node_modules/**"
        ],
        "rewrites": [
            {
                "source": "/favicon.ico",
                "destination": "/dist/favicon.ico"
            },
            {
                "source": "/dist/**",
                "destination": "/dist/**"
            },
            {
                "source": "**",
                "run": {
                    "serviceId": "gothem-stack",
                    "region": "us-central1"
                }
            }
        ]
    }
}