entrypoints.json 373 Bytes
Newer Older
Damien Moulard committed
1 2 3 4 5
{
  "entrypoints": {
    "app": {
      "js": [
        "/build/runtime.420770e4.js",
6
        "/build/app.a1cf5950.js"
Damien Moulard committed
7 8
      ],
      "css": [
9
        "/build/app.0ecb0d81.css"
Damien Moulard committed
10 11 12 13 14
      ]
    },
    "admin": {
      "js": [
        "/build/runtime.420770e4.js",
15
        "/build/admin.3024c297.js"
Damien Moulard committed
16 17
      ],
      "css": [
18
        "/build/admin.4d653142.css"
Damien Moulard committed
19 20 21 22
      ]
    }
  }
}