|
30 | 30 | "package": "app-astro", |
31 | 31 | "buildScript": "build", |
32 | 32 | "buildOutputDir": "dist", |
33 | | - "measurements": [{ "type": "ssr" }, { "type": "spa" }] |
| 33 | + "measurements": [{ "type": "ssr" }, { "type": "spa" }, { "type": "mpa" }] |
34 | 34 | } |
35 | 35 | }, |
36 | 36 | { |
|
74 | 74 | "package": "app-next-js", |
75 | 75 | "buildScript": "build", |
76 | 76 | "buildOutputDir": ".next", |
77 | | - "measurements": [{ "type": "ssr" }, { "type": "spa" }] |
| 77 | + "measurements": [{ "type": "ssr" }, { "type": "spa" }, { "type": "mpa" }] |
78 | 78 | } |
79 | 79 | }, |
80 | 80 | { |
|
96 | 96 | "package": "app-nuxt", |
97 | 97 | "buildScript": "build", |
98 | 98 | "buildOutputDir": ".output", |
99 | | - "measurements": [{ "type": "ssr" }, { "type": "spa" }] |
| 99 | + "measurements": [{ "type": "ssr" }, { "type": "spa" }, { "type": "mpa" }] |
100 | 100 | } |
101 | 101 | }, |
102 | 102 | { |
|
118 | 118 | "package": "app-react-router", |
119 | 119 | "buildScript": "build", |
120 | 120 | "buildOutputDir": "build", |
121 | | - "measurements": [{ "type": "ssr" }, { "type": "spa" }] |
| 121 | + "measurements": [{ "type": "ssr" }, { "type": "spa" }, { "type": "mpa" }] |
122 | 122 | } |
123 | 123 | }, |
124 | 124 | { |
|
140 | 140 | "package": "app-solid-start", |
141 | 141 | "buildScript": "build", |
142 | 142 | "buildOutputDir": ".output", |
143 | | - "measurements": [{ "type": "ssr" }, { "type": "spa" }] |
| 143 | + "measurements": [{ "type": "ssr" }, { "type": "spa" }, { "type": "mpa" }] |
144 | 144 | } |
145 | 145 | }, |
146 | 146 | { |
|
162 | 162 | "package": "app-sveltekit", |
163 | 163 | "buildScript": "build", |
164 | 164 | "buildOutputDir": "build", |
165 | | - "measurements": [{ "type": "ssr" }, { "type": "spa" }] |
| 165 | + "measurements": [{ "type": "ssr" }, { "type": "spa" }, { "type": "mpa" }] |
166 | 166 | } |
167 | 167 | }, |
168 | 168 | { |
|
184 | 184 | "package": "app-tanstack-start-react", |
185 | 185 | "buildScript": "build", |
186 | 186 | "buildOutputDir": ".output", |
187 | | - "measurements": [{ "type": "ssr" }, { "type": "spa" }] |
| 187 | + "measurements": [{ "type": "ssr" }, { "type": "spa" }, { "type": "mpa" }] |
188 | 188 | } |
189 | 189 | } |
190 | 190 | ] |
0 commit comments