Firebase
This commit is contained in:
parent
3d7d3c3174
commit
931ec5472c
5
.firebaserc
Normal file
5
.firebaserc
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"projects": {
|
||||
"default": "pq-man"
|
||||
}
|
||||
}
|
17
firebase.json
Normal file
17
firebase.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"hosting": {
|
||||
"predeploy": "npm run build-prod",
|
||||
"public": "dist/PQ-Man",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -5,6 +5,7 @@
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build-prod": "ng build --prod --buildOptimizer",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
|
@ -55,6 +55,7 @@
|
||||
.search-button {
|
||||
border-left: 1px solid @border-color;
|
||||
padding: 0 10px;
|
||||
cursor: pointer;
|
||||
|
||||
.material-icons {
|
||||
font-size: 30px;
|
||||
|
Loading…
Reference in New Issue
Block a user