Skip to content

Commit

Permalink
feat update firebase hosting target
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Mar 13, 2024
1 parent b99e390 commit f5fc04b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'app.myclub.defaultapp',
appName: 'myclub',
webDir: 'www/browser',
webDir: 'www',
"server": {
"allowNavigation": ["http://developers.google.com/*"]
},
Expand Down
22 changes: 11 additions & 11 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"hosting": [
{
"target": "beta",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -35,7 +35,7 @@
},
{
"target": "app-unihockey",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -68,7 +68,7 @@
},
{
"target": "app-turnverein",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -101,7 +101,7 @@
},
{
"target": "app-volleyball",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -134,7 +134,7 @@
},
{
"target": "app-handball",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -167,7 +167,7 @@
},
{
"target": "app-fussball",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -200,7 +200,7 @@
},
{
"target": "app-kadetten-unihockey",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -233,7 +233,7 @@
},
{
"target": "app-uhc-win-u",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -266,7 +266,7 @@
},
{
"target": "app-stv-spreitenbach",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -299,7 +299,7 @@
},
{
"target": "app-vbc-schaffhausen",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down Expand Up @@ -332,7 +332,7 @@
},
{
"target": "app-kadetten-handball",
"public": "www",
"public": "www/browser",
"ignore": [
"**/.*"
],
Expand Down

0 comments on commit f5fc04b

Please sign in to comment.