firebase.json 147 B

1234567891011
  1. {
  2. "hosting": {
  3. "public": "dist",
  4. "site": "",
  5. "ignore": [
  6. "firebase.json",
  7. "**/.*",
  8. "**/node_modules/**"
  9. ]
  10. }
  11. }