Firebase
This commit is contained in:
		
							
								
								
									
										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",
 | 
					    "ng": "ng",
 | 
				
			||||||
    "start": "ng serve",
 | 
					    "start": "ng serve",
 | 
				
			||||||
    "build": "ng build",
 | 
					    "build": "ng build",
 | 
				
			||||||
 | 
					    "build-prod": "ng build --prod --buildOptimizer",
 | 
				
			||||||
    "test": "ng test",
 | 
					    "test": "ng test",
 | 
				
			||||||
    "lint": "ng lint",
 | 
					    "lint": "ng lint",
 | 
				
			||||||
    "e2e": "ng e2e"
 | 
					    "e2e": "ng e2e"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,6 +55,7 @@
 | 
				
			|||||||
      .search-button {
 | 
					      .search-button {
 | 
				
			||||||
        border-left: 1px solid @border-color;
 | 
					        border-left: 1px solid @border-color;
 | 
				
			||||||
        padding: 0 10px;
 | 
					        padding: 0 10px;
 | 
				
			||||||
 | 
					        cursor: pointer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .material-icons {
 | 
					        .material-icons {
 | 
				
			||||||
          font-size: 30px;
 | 
					          font-size: 30px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user