Skip to content

Commit f40c8e6

Browse files
Enable building and hosting from Firebase Studio.
1 parent 5dce6a1 commit f40c8e6

6 files changed

Lines changed: 1201 additions & 1 deletion

File tree

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "chromeos-commercial-samples"
4+
}
5+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dist-ssr
1313
certs
1414
*.local
1515
.env
16+
.firebase
1617

1718
# Editor directories and files
1819
.vscode/*

.idx/integrations.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"firebase_hosting": {
3+
"deploymentHostingUrl": "https://chromeos-commercial-samples.web.app"
4+
}
5+
}

firebase.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"hosting": {
3+
"site": "iwa-sink",
4+
"source": ".",
5+
"ignore": [
6+
"firebase.json",
7+
"**/.*",
8+
"**/node_modules/**"
9+
],
10+
"frameworksBackend": {
11+
"region": "europe-west1"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)