source: firebase.json

Last change on this file was 9ef6866, checked in by Mikhail Kirillov <w96k@…>, on Jan 13, 2020 at 4:40:40 PM

Change output folder for firebase

  • Property mode set to 100644
File size: 150 bytes
Line 
1{
2 "hosting": {
3 "public": "dist",
4 "ignore": [
5 "firebase.json",
6 "**/.*",
7 "**/node_modules/**"
8 ]
9 }
10}
Note: See TracBrowser for help on using the repository browser.