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.

11 lines
130 B

  1. {
  2. "entrypoints": {
  3. "app": {
  4. "css": [
  5. "./app.css"
  6. ],
  7. "js": [
  8. "./app.js"
  9. ]
  10. }
  11. }
  12. }