Angular web app for entering Techblox commands
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
250B

  1. {
  2. "hosting": {
  3. "public": "dist/TBConsoleClient",
  4. "ignore": [
  5. "firebase.json",
  6. "**/.*",
  7. "**/node_modules/**"
  8. ],
  9. "rewrites": [
  10. {
  11. "source": "**",
  12. "destination": "/index.html"
  13. }
  14. ]
  15. }
  16. }