mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 17:43:52 +08:00
ci: fix firebase config to work with latest firebase-tools
This commit is contained in:
parent
9c8058461d
commit
aef2c99f17
5
etc/cli.angular.io/.firebaserc
Normal file
5
etc/cli.angular.io/.firebaserc
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"projects": {
|
||||
"default": "cli-angular-io"
|
||||
}
|
||||
}
|
@ -1,9 +1,15 @@
|
||||
{
|
||||
"firebase": "cli-angular-io",
|
||||
"public": "www",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*"
|
||||
]
|
||||
"hosting": {
|
||||
"public": "",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/**/!(*.@(js|ts|html|css|json|svg|png|jpg|jpeg))",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user