Guest User

Untitled

a guest
Nov 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "hosting": [
  3. {
  4. "target": "appone",
  5. "public": "dist1",
  6. "ignore": [
  7. "firebase.json",
  8. "**/.*",
  9. "**/node_modules/**"
  10. ],
  11. "rewrites": [
  12. {
  13. "source": "**",
  14. "destination": "/index.html"
  15. }
  16. ]
  17. },
  18. {
  19. "target": "apptwo",
  20. "public": "dist2",
  21. "ignore": [
  22. "firebase.json",
  23. "**/.*",
  24. "**/node_modules/**"
  25. ],
  26. "rewrites": [
  27. {
  28. "source": "**",
  29. "destination": "/index.html"
  30. }
  31. ]
  32. }]
  33. }
Add Comment
Please, Sign In to add comment