serve.json 333 B

1234567891011
  1. {
  2. "redirects": [{ "source": "/", "destination": "/examples" }],
  3. "rewrites": [
  4. { "source": "build/:file", "destination": "build/:file.js" },
  5. {
  6. "source": "build/helpers/:file",
  7. "destination": "build/helpers/:file.js"
  8. },
  9. { "source": "build/modules/:file", "destination": "build/modules/:file.js" }
  10. ]
  11. }