[READ-ONLY] Mirror of https://github.com/danielroe/nitro-vite-repros.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: init

author
Daniel Roe
date (Jun 6, 2026, 4:42 PM +0100) commit 6d5998a7
+1022
+14
package.json
··· 1 + { 2 + "name": "nitro-vite-runtime-config-repro", 3 + "private": true, 4 + "type": "module", 5 + "scripts": { 6 + "build": "vite build", 7 + "dev": "vite", 8 + "start": "node .output/server/index.mjs" 9 + }, 10 + "dependencies": { 11 + "nitro": "3.0.260603-beta", 12 + "vite": "8.0.14" 13 + } 14 + }
+975
pnpm-lock.yaml
··· 1 + lockfileVersion: '9.0' 2 + 3 + settings: 4 + autoInstallPeers: true 5 + excludeLinksFromLockfile: false 6 + 7 + importers: 8 + 9 + .: 10 + dependencies: 11 + nitro: 12 + specifier: 3.0.260603-beta 13 + version: 3.0.260603-beta(vite@8.0.14) 14 + vite: 15 + specifier: 8.0.14 16 + version: 8.0.14 17 + 18 + packages: 19 + 20 + '@emnapi/core@1.10.0': 21 + resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} 22 + 23 + '@emnapi/runtime@1.10.0': 24 + resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} 25 + 26 + '@emnapi/wasi-threads@1.2.1': 27 + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} 28 + 29 + '@napi-rs/wasm-runtime@1.1.4': 30 + resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} 31 + peerDependencies: 32 + '@emnapi/core': ^1.7.1 33 + '@emnapi/runtime': ^1.7.1 34 + 35 + '@oxc-project/types@0.132.0': 36 + resolution: {integrity: sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==} 37 + 38 + '@oxc-project/types@0.134.0': 39 + resolution: {integrity: sha512-T0xuRRKrQFmocH8y+jGfpmSkGcheaJExY9lEihmR1Gm2aH+75B8CzgU2rABRQSzzDxLjZ15Sc0bRVLj5lVeNXQ==} 40 + 41 + '@rolldown/binding-android-arm64@1.0.2': 42 + resolution: {integrity: sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==} 43 + engines: {node: ^20.19.0 || >=22.12.0} 44 + cpu: [arm64] 45 + os: [android] 46 + 47 + '@rolldown/binding-android-arm64@1.1.0': 48 + resolution: {integrity: sha512-gCYzGOSkYY6Z034suzd20euvds7lPzMEEla62DJGE/ZAlR4OMBnNbvnBSsIGUCAr52gaWMsloGxP4tVGtN5aCA==} 49 + engines: {node: ^20.19.0 || >=22.12.0} 50 + cpu: [arm64] 51 + os: [android] 52 + 53 + '@rolldown/binding-darwin-arm64@1.0.2': 54 + resolution: {integrity: sha512-vdFA9+C/rekyGce7WqHs/xoT0ioZEWaOFyZLIV1mEeNFaFDUQrPIo8Vs2GvJ6eetb3rzDUtUBgzto3ExpXJB3w==} 55 + engines: {node: ^20.19.0 || >=22.12.0} 56 + cpu: [arm64] 57 + os: [darwin] 58 + 59 + '@rolldown/binding-darwin-arm64@1.1.0': 60 + resolution: {integrity: sha512-JQBD77MNgu+4Z6RAyg69acugdrhhVoWesr3l47zohYZ2YV2fwkWMArkN/2p4l6Ei+Sno7W5q+UsKdVWq5Ens0w==} 61 + engines: {node: ^20.19.0 || >=22.12.0} 62 + cpu: [arm64] 63 + os: [darwin] 64 + 65 + '@rolldown/binding-darwin-x64@1.0.2': 66 + resolution: {integrity: sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==} 67 + engines: {node: ^20.19.0 || >=22.12.0} 68 + cpu: [x64] 69 + os: [darwin] 70 + 71 + '@rolldown/binding-darwin-x64@1.1.0': 72 + resolution: {integrity: sha512-p/8cXUTK4Sob604e+xxPhVSbDFf29E6J0l/xESM9rdCfn3aDai3nEs6TnMHUsdD5aNlFz0+gDbiGlozLKGa2YA==} 73 + engines: {node: ^20.19.0 || >=22.12.0} 74 + cpu: [x64] 75 + os: [darwin] 76 + 77 + '@rolldown/binding-freebsd-x64@1.0.2': 78 + resolution: {integrity: sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==} 79 + engines: {node: ^20.19.0 || >=22.12.0} 80 + cpu: [x64] 81 + os: [freebsd] 82 + 83 + '@rolldown/binding-freebsd-x64@1.1.0': 84 + resolution: {integrity: sha512-KbtOSlVv6fElujiZWMcC3aQYhEwLVVf073RcwlSmpGQvIsKZFUqc0ef4sjUuurRwfbiI6JJXji9DQn+86hawmQ==} 85 + engines: {node: ^20.19.0 || >=22.12.0} 86 + cpu: [x64] 87 + os: [freebsd] 88 + 89 + '@rolldown/binding-linux-arm-gnueabihf@1.0.2': 90 + resolution: {integrity: sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==} 91 + engines: {node: ^20.19.0 || >=22.12.0} 92 + cpu: [arm] 93 + os: [linux] 94 + 95 + '@rolldown/binding-linux-arm-gnueabihf@1.1.0': 96 + resolution: {integrity: sha512-9fZ9i0o0/MQaw7om6Z6TsT7tfCk0jtbEFtC+aPqZL5RNsGWNcHvn6EHgL3dAprjq+AZzPTAQjg2JtpJaMt+6pg==} 97 + engines: {node: ^20.19.0 || >=22.12.0} 98 + cpu: [arm] 99 + os: [linux] 100 + 101 + '@rolldown/binding-linux-arm64-gnu@1.0.2': 102 + resolution: {integrity: sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==} 103 + engines: {node: ^20.19.0 || >=22.12.0} 104 + cpu: [arm64] 105 + os: [linux] 106 + libc: [glibc] 107 + 108 + '@rolldown/binding-linux-arm64-gnu@1.1.0': 109 + resolution: {integrity: sha512-+tog7T66i+yFyIuuAnjL6xmW182W/qTBOUt6BtQ6lBIM1Eikh/fSMz4HGgvuCp5uU0zuIVWng7kDYthjCMOHcg==} 110 + engines: {node: ^20.19.0 || >=22.12.0} 111 + cpu: [arm64] 112 + os: [linux] 113 + libc: [glibc] 114 + 115 + '@rolldown/binding-linux-arm64-musl@1.0.2': 116 + resolution: {integrity: sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==} 117 + engines: {node: ^20.19.0 || >=22.12.0} 118 + cpu: [arm64] 119 + os: [linux] 120 + libc: [musl] 121 + 122 + '@rolldown/binding-linux-arm64-musl@1.1.0': 123 + resolution: {integrity: sha512-4b7yruLIIj/oZ3GpcLOvxcLCLDMraohn3IhQfN2hBP4w9UekG0DTIajWguJosRGfySf/+h/NwRUiMKoCpxCrqQ==} 124 + engines: {node: ^20.19.0 || >=22.12.0} 125 + cpu: [arm64] 126 + os: [linux] 127 + libc: [musl] 128 + 129 + '@rolldown/binding-linux-ppc64-gnu@1.0.2': 130 + resolution: {integrity: sha512-hgO5Abm0w5UL6FEa2iFnZqo2KlK7TQ5QhV5x09hujBf7t5KzHQ1VmfPuTpqRy/rNlSxua3eWH374xxiVrP+lcA==} 131 + engines: {node: ^20.19.0 || >=22.12.0} 132 + cpu: [ppc64] 133 + os: [linux] 134 + libc: [glibc] 135 + 136 + '@rolldown/binding-linux-ppc64-gnu@1.1.0': 137 + resolution: {integrity: sha512-QRDOVZd0bhQ5jLsUsCC3dUxDWdTSVY9WMznowZgCGOrZfLLgctWpelhUASEiBwsXfat/JwYnVd1EaxMhqyT+UQ==} 138 + engines: {node: ^20.19.0 || >=22.12.0} 139 + cpu: [ppc64] 140 + os: [linux] 141 + libc: [glibc] 142 + 143 + '@rolldown/binding-linux-s390x-gnu@1.0.2': 144 + resolution: {integrity: sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==} 145 + engines: {node: ^20.19.0 || >=22.12.0} 146 + cpu: [s390x] 147 + os: [linux] 148 + libc: [glibc] 149 + 150 + '@rolldown/binding-linux-s390x-gnu@1.1.0': 151 + resolution: {integrity: sha512-ypxT+Hq76NFG7woFbNbySnGEajFuYuIXeKz/jfCU+lXUoxfi3zLE6OG/ZQNeK3RpZSYJlAe2bokpsQ046CaieQ==} 152 + engines: {node: ^20.19.0 || >=22.12.0} 153 + cpu: [s390x] 154 + os: [linux] 155 + libc: [glibc] 156 + 157 + '@rolldown/binding-linux-x64-gnu@1.0.2': 158 + resolution: {integrity: sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==} 159 + engines: {node: ^20.19.0 || >=22.12.0} 160 + cpu: [x64] 161 + os: [linux] 162 + libc: [glibc] 163 + 164 + '@rolldown/binding-linux-x64-gnu@1.1.0': 165 + resolution: {integrity: sha512-IdovCmfROFmpTLahdecTDFL74aLERVYN68F/mLZjfVh6LfoplPfI6deyHNMTcVujbokDV5k05XrFO22zfv+qjg==} 166 + engines: {node: ^20.19.0 || >=22.12.0} 167 + cpu: [x64] 168 + os: [linux] 169 + libc: [glibc] 170 + 171 + '@rolldown/binding-linux-x64-musl@1.0.2': 172 + resolution: {integrity: sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==} 173 + engines: {node: ^20.19.0 || >=22.12.0} 174 + cpu: [x64] 175 + os: [linux] 176 + libc: [musl] 177 + 178 + '@rolldown/binding-linux-x64-musl@1.1.0': 179 + resolution: {integrity: sha512-pcA8xlFp2tyk9T2R6Fi/rPe3bQ1MA+sSMDNUU5Ogu80GHOatkE4P8YCreGAvZErm5Ho2YRXnyvNrWiRncfVysQ==} 180 + engines: {node: ^20.19.0 || >=22.12.0} 181 + cpu: [x64] 182 + os: [linux] 183 + libc: [musl] 184 + 185 + '@rolldown/binding-openharmony-arm64@1.0.2': 186 + resolution: {integrity: sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==} 187 + engines: {node: ^20.19.0 || >=22.12.0} 188 + cpu: [arm64] 189 + os: [openharmony] 190 + 191 + '@rolldown/binding-openharmony-arm64@1.1.0': 192 + resolution: {integrity: sha512-4+fexHayrLCWpriPh4c6dNvL4an34DEZCG7zOM/FD5QNF6h8DT+bDXzyB/kfC8lDJbaFb7jKShtnjDQFXVQEjg==} 193 + engines: {node: ^20.19.0 || >=22.12.0} 194 + cpu: [arm64] 195 + os: [openharmony] 196 + 197 + '@rolldown/binding-wasm32-wasi@1.0.2': 198 + resolution: {integrity: sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==} 199 + engines: {node: ^20.19.0 || >=22.12.0} 200 + cpu: [wasm32] 201 + 202 + '@rolldown/binding-wasm32-wasi@1.1.0': 203 + resolution: {integrity: sha512-SbL++MNmOw6QamrwIGDMSSfM4ceTzFr+RjbOExJSLLBinScU4WI5OdA413h1qwPw2yH7lVF1+H4svQ+6mSXKTQ==} 204 + engines: {node: ^20.19.0 || >=22.12.0} 205 + cpu: [wasm32] 206 + 207 + '@rolldown/binding-win32-arm64-msvc@1.0.2': 208 + resolution: {integrity: sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==} 209 + engines: {node: ^20.19.0 || >=22.12.0} 210 + cpu: [arm64] 211 + os: [win32] 212 + 213 + '@rolldown/binding-win32-arm64-msvc@1.1.0': 214 + resolution: {integrity: sha512-+xTE6XC7wBgk0VKRXGG+QAnyW5S9b8vfsFpiMjf0waQTmSQSU8onsH/beyZ8X4aXVveJnotiy7VDjLOaW8bTrg==} 215 + engines: {node: ^20.19.0 || >=22.12.0} 216 + cpu: [arm64] 217 + os: [win32] 218 + 219 + '@rolldown/binding-win32-x64-msvc@1.0.2': 220 + resolution: {integrity: sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==} 221 + engines: {node: ^20.19.0 || >=22.12.0} 222 + cpu: [x64] 223 + os: [win32] 224 + 225 + '@rolldown/binding-win32-x64-msvc@1.1.0': 226 + resolution: {integrity: sha512-Ogji1TQNqH3ACLnYr+1Ns1nyrJ0CO2P585u9Hsh02pXvtFiFpgtgT2b3P4PnCOU86VVCvqtAeCN4OftMT8KU4w==} 227 + engines: {node: ^20.19.0 || >=22.12.0} 228 + cpu: [x64] 229 + os: [win32] 230 + 231 + '@rolldown/pluginutils@1.0.1': 232 + resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==} 233 + 234 + '@tybys/wasm-util@0.10.2': 235 + resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} 236 + 237 + consola@3.4.2: 238 + resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==} 239 + engines: {node: ^14.18.0 || >=16.10.0} 240 + 241 + crossws@0.4.5: 242 + resolution: {integrity: sha512-wUR89x/Rw7/8t+vn0CmGDYM9TD6VtARGb0LD5jq2wjtMy1vCP4M+sm6N6TigWeTYvnA8MoW29NqqXD0ep0rfBA==} 243 + peerDependencies: 244 + srvx: '>=0.11.5' 245 + peerDependenciesMeta: 246 + srvx: 247 + optional: true 248 + 249 + db0@0.3.4: 250 + resolution: {integrity: sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==} 251 + peerDependencies: 252 + '@electric-sql/pglite': '*' 253 + '@libsql/client': '*' 254 + better-sqlite3: '*' 255 + drizzle-orm: '*' 256 + mysql2: '*' 257 + sqlite3: '*' 258 + peerDependenciesMeta: 259 + '@electric-sql/pglite': 260 + optional: true 261 + '@libsql/client': 262 + optional: true 263 + better-sqlite3: 264 + optional: true 265 + drizzle-orm: 266 + optional: true 267 + mysql2: 268 + optional: true 269 + sqlite3: 270 + optional: true 271 + 272 + detect-libc@2.1.2: 273 + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 274 + engines: {node: '>=8'} 275 + 276 + env-runner@0.1.9: 277 + resolution: {integrity: sha512-W9AiZlPx0uXtghAJiTBkeZOgyQdecVvoln3cHoOEZswPq0cVMi+WBhUQjdUn+JcZFAFgOt+i5fcO7C2zniZoCg==} 278 + hasBin: true 279 + peerDependencies: 280 + '@netlify/runtime': ^4.1.23 281 + '@vercel/queue': ^0.2.0 282 + miniflare: ^4.20260515.0 283 + peerDependenciesMeta: 284 + '@netlify/runtime': 285 + optional: true 286 + '@vercel/queue': 287 + optional: true 288 + miniflare: 289 + optional: true 290 + 291 + exsolve@1.0.8: 292 + resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==} 293 + 294 + fdir@6.5.0: 295 + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} 296 + engines: {node: '>=12.0.0'} 297 + peerDependencies: 298 + picomatch: ^3 || ^4 299 + peerDependenciesMeta: 300 + picomatch: 301 + optional: true 302 + 303 + fsevents@2.3.3: 304 + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 305 + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 306 + os: [darwin] 307 + 308 + h3@2.0.1-rc.22: 309 + resolution: {integrity: sha512-Esv0DMIuPkCTSWCA0vO73vcTqwzH1wjSrAO1TXNu/K3up1sZHa9EKMapbmxCDYBeymC3fVTk4qxp7ogQWQ+KgA==} 310 + engines: {node: '>=20.11.1'} 311 + hasBin: true 312 + peerDependencies: 313 + crossws: ^0.4.1 314 + peerDependenciesMeta: 315 + crossws: 316 + optional: true 317 + 318 + hookable@6.1.1: 319 + resolution: {integrity: sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==} 320 + 321 + httpxy@0.5.3: 322 + resolution: {integrity: sha512-SMS9V6Sn7VWaS11lYhoAr0ceoaiolTWf4jYdJn0NJhCdKMu9R2H9Fh0LBDWBHQF6HRLI1PmaePYsjanSpE5PEw==} 323 + 324 + lightningcss-android-arm64@1.32.0: 325 + resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} 326 + engines: {node: '>= 12.0.0'} 327 + cpu: [arm64] 328 + os: [android] 329 + 330 + lightningcss-darwin-arm64@1.32.0: 331 + resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} 332 + engines: {node: '>= 12.0.0'} 333 + cpu: [arm64] 334 + os: [darwin] 335 + 336 + lightningcss-darwin-x64@1.32.0: 337 + resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} 338 + engines: {node: '>= 12.0.0'} 339 + cpu: [x64] 340 + os: [darwin] 341 + 342 + lightningcss-freebsd-x64@1.32.0: 343 + resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} 344 + engines: {node: '>= 12.0.0'} 345 + cpu: [x64] 346 + os: [freebsd] 347 + 348 + lightningcss-linux-arm-gnueabihf@1.32.0: 349 + resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} 350 + engines: {node: '>= 12.0.0'} 351 + cpu: [arm] 352 + os: [linux] 353 + 354 + lightningcss-linux-arm64-gnu@1.32.0: 355 + resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} 356 + engines: {node: '>= 12.0.0'} 357 + cpu: [arm64] 358 + os: [linux] 359 + libc: [glibc] 360 + 361 + lightningcss-linux-arm64-musl@1.32.0: 362 + resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} 363 + engines: {node: '>= 12.0.0'} 364 + cpu: [arm64] 365 + os: [linux] 366 + libc: [musl] 367 + 368 + lightningcss-linux-x64-gnu@1.32.0: 369 + resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} 370 + engines: {node: '>= 12.0.0'} 371 + cpu: [x64] 372 + os: [linux] 373 + libc: [glibc] 374 + 375 + lightningcss-linux-x64-musl@1.32.0: 376 + resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} 377 + engines: {node: '>= 12.0.0'} 378 + cpu: [x64] 379 + os: [linux] 380 + libc: [musl] 381 + 382 + lightningcss-win32-arm64-msvc@1.32.0: 383 + resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} 384 + engines: {node: '>= 12.0.0'} 385 + cpu: [arm64] 386 + os: [win32] 387 + 388 + lightningcss-win32-x64-msvc@1.32.0: 389 + resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} 390 + engines: {node: '>= 12.0.0'} 391 + cpu: [x64] 392 + os: [win32] 393 + 394 + lightningcss@1.32.0: 395 + resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} 396 + engines: {node: '>= 12.0.0'} 397 + 398 + nanoid@3.3.12: 399 + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} 400 + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 401 + hasBin: true 402 + 403 + nf3@0.3.17: 404 + resolution: {integrity: sha512-N9zEWySuJFw+gR0lhS5863YsvNeudOdqRyFvNb+jMXbeTJOdrjDqkCpDginIZfUm0LzT1t1nCRiDeqQm/8kirQ==} 405 + 406 + nitro@3.0.260603-beta: 407 + resolution: {integrity: sha512-ffaSHK00a7YDlDizoEHwcxPwpQpdBRRA8k42ymTsRnfl3ipGeKgv4gnPr6DgmCNTo4tYVPK3bHBEv1gNhWpo/A==} 408 + engines: {node: ^20.19.0 || >=22.12.0} 409 + hasBin: true 410 + peerDependencies: 411 + '@vercel/queue': ^0.2.0 412 + dotenv: '*' 413 + giget: '*' 414 + jiti: ^2.7.0 415 + rollup: ^4.60.4 416 + vite: ^7 || ^8 417 + xml2js: ^0.6.2 418 + zephyr-agent: ^0.2.0 419 + peerDependenciesMeta: 420 + '@vercel/queue': 421 + optional: true 422 + dotenv: 423 + optional: true 424 + giget: 425 + optional: true 426 + jiti: 427 + optional: true 428 + rollup: 429 + optional: true 430 + vite: 431 + optional: true 432 + xml2js: 433 + optional: true 434 + zephyr-agent: 435 + optional: true 436 + 437 + ocache@0.1.4: 438 + resolution: {integrity: sha512-e7geNdWjxSnvsSgvLuPvgKgu7ubM10ZmTPOgpr7mz2BXYtvjMKTiLhjFi/gWU8chkuP6hNkZBsa9LzOusyaqkQ==} 439 + 440 + ofetch@2.0.0-alpha.3: 441 + resolution: {integrity: sha512-zpYTCs2byOuft65vI3z43Dd6iSdFbOZZLb9/d21aCpx2rGastVU9dOCv0lu4ykc1Ur1anAYjDi3SUvR0vq50JA==} 442 + 443 + ohash@2.0.11: 444 + resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==} 445 + 446 + pathe@2.0.3: 447 + resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 448 + 449 + picocolors@1.1.1: 450 + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 451 + 452 + picomatch@4.0.4: 453 + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} 454 + engines: {node: '>=12'} 455 + 456 + postcss@8.5.15: 457 + resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} 458 + engines: {node: ^10 || ^12 || >=14} 459 + 460 + rolldown@1.0.2: 461 + resolution: {integrity: sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==} 462 + engines: {node: ^20.19.0 || >=22.12.0} 463 + hasBin: true 464 + 465 + rolldown@1.1.0: 466 + resolution: {integrity: sha512-zpMvlJhs5PkXRTtKc0CaLBVI9AR/VDiJFpM+kx//hgToEca7FgMlGjaRIisXBcb19T76LswgmKECSQ96hjWr5A==} 467 + engines: {node: ^20.19.0 || >=22.12.0} 468 + hasBin: true 469 + 470 + rou3@0.8.1: 471 + resolution: {integrity: sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==} 472 + 473 + source-map-js@1.2.1: 474 + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 475 + engines: {node: '>=0.10.0'} 476 + 477 + srvx@0.11.16: 478 + resolution: {integrity: sha512-bp07zRuycfTY43IjAvvTFnmnJi8ikW0VFiHwOhhYcVW/L4xQ1XY4PAd4Nuum1rsA17C39zL7x+CDhrn5AL32Rw==} 479 + engines: {node: '>=20.16.0'} 480 + hasBin: true 481 + 482 + tinyglobby@0.2.17: 483 + resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} 484 + engines: {node: '>=12.0.0'} 485 + 486 + tslib@2.8.1: 487 + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 488 + 489 + unenv@2.0.0-rc.24: 490 + resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==} 491 + 492 + unstorage@2.0.0-alpha.7: 493 + resolution: {integrity: sha512-ELPztchk2zgFJnakyodVY3vJWGW9jy//keJ32IOJVGUMyaPydwcA1FtVvWqT0TNRch9H+cMNEGllfVFfScImog==} 494 + peerDependencies: 495 + '@azure/app-configuration': ^1.11.0 496 + '@azure/cosmos': ^4.9.1 497 + '@azure/data-tables': ^13.3.2 498 + '@azure/identity': ^4.13.0 499 + '@azure/keyvault-secrets': ^4.10.0 500 + '@azure/storage-blob': ^12.31.0 501 + '@capacitor/preferences': ^6 || ^7 || ^8 502 + '@deno/kv': '>=0.13.0' 503 + '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 504 + '@planetscale/database': ^1.19.0 505 + '@upstash/redis': ^1.36.2 506 + '@vercel/blob': '>=0.27.3' 507 + '@vercel/functions': ^2.2.12 || ^3.0.0 508 + '@vercel/kv': ^1.0.1 509 + aws4fetch: ^1.0.20 510 + chokidar: ^4 || ^5 511 + db0: '>=0.3.4' 512 + idb-keyval: ^6.2.2 513 + ioredis: ^5.9.3 514 + lru-cache: ^11.2.6 515 + mongodb: ^6 || ^7 516 + ofetch: '*' 517 + uploadthing: ^7.7.4 518 + peerDependenciesMeta: 519 + '@azure/app-configuration': 520 + optional: true 521 + '@azure/cosmos': 522 + optional: true 523 + '@azure/data-tables': 524 + optional: true 525 + '@azure/identity': 526 + optional: true 527 + '@azure/keyvault-secrets': 528 + optional: true 529 + '@azure/storage-blob': 530 + optional: true 531 + '@capacitor/preferences': 532 + optional: true 533 + '@deno/kv': 534 + optional: true 535 + '@netlify/blobs': 536 + optional: true 537 + '@planetscale/database': 538 + optional: true 539 + '@upstash/redis': 540 + optional: true 541 + '@vercel/blob': 542 + optional: true 543 + '@vercel/functions': 544 + optional: true 545 + '@vercel/kv': 546 + optional: true 547 + aws4fetch: 548 + optional: true 549 + chokidar: 550 + optional: true 551 + db0: 552 + optional: true 553 + idb-keyval: 554 + optional: true 555 + ioredis: 556 + optional: true 557 + lru-cache: 558 + optional: true 559 + mongodb: 560 + optional: true 561 + ofetch: 562 + optional: true 563 + uploadthing: 564 + optional: true 565 + 566 + vite@8.0.14: 567 + resolution: {integrity: sha512-s4BJJ+5y1pYL6Otw51FHhVJQhPnuRinKig64g/1+EUNaJsd3gCKdD31IPFvswUgW9/60QT9oFHbZHbQK5imcxw==} 568 + engines: {node: ^20.19.0 || >=22.12.0} 569 + hasBin: true 570 + peerDependencies: 571 + '@types/node': ^20.19.0 || >=22.12.0 572 + '@vitejs/devtools': ^0.1.18 573 + esbuild: ^0.27.0 || ^0.28.0 574 + jiti: '>=1.21.0' 575 + less: ^4.0.0 576 + sass: ^1.70.0 577 + sass-embedded: ^1.70.0 578 + stylus: '>=0.54.8' 579 + sugarss: ^5.0.0 580 + terser: ^5.16.0 581 + tsx: ^4.8.1 582 + yaml: ^2.4.2 583 + peerDependenciesMeta: 584 + '@types/node': 585 + optional: true 586 + '@vitejs/devtools': 587 + optional: true 588 + esbuild: 589 + optional: true 590 + jiti: 591 + optional: true 592 + less: 593 + optional: true 594 + sass: 595 + optional: true 596 + sass-embedded: 597 + optional: true 598 + stylus: 599 + optional: true 600 + sugarss: 601 + optional: true 602 + terser: 603 + optional: true 604 + tsx: 605 + optional: true 606 + yaml: 607 + optional: true 608 + 609 + snapshots: 610 + 611 + '@emnapi/core@1.10.0': 612 + dependencies: 613 + '@emnapi/wasi-threads': 1.2.1 614 + tslib: 2.8.1 615 + optional: true 616 + 617 + '@emnapi/runtime@1.10.0': 618 + dependencies: 619 + tslib: 2.8.1 620 + optional: true 621 + 622 + '@emnapi/wasi-threads@1.2.1': 623 + dependencies: 624 + tslib: 2.8.1 625 + optional: true 626 + 627 + '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': 628 + dependencies: 629 + '@emnapi/core': 1.10.0 630 + '@emnapi/runtime': 1.10.0 631 + '@tybys/wasm-util': 0.10.2 632 + optional: true 633 + 634 + '@oxc-project/types@0.132.0': {} 635 + 636 + '@oxc-project/types@0.134.0': {} 637 + 638 + '@rolldown/binding-android-arm64@1.0.2': 639 + optional: true 640 + 641 + '@rolldown/binding-android-arm64@1.1.0': 642 + optional: true 643 + 644 + '@rolldown/binding-darwin-arm64@1.0.2': 645 + optional: true 646 + 647 + '@rolldown/binding-darwin-arm64@1.1.0': 648 + optional: true 649 + 650 + '@rolldown/binding-darwin-x64@1.0.2': 651 + optional: true 652 + 653 + '@rolldown/binding-darwin-x64@1.1.0': 654 + optional: true 655 + 656 + '@rolldown/binding-freebsd-x64@1.0.2': 657 + optional: true 658 + 659 + '@rolldown/binding-freebsd-x64@1.1.0': 660 + optional: true 661 + 662 + '@rolldown/binding-linux-arm-gnueabihf@1.0.2': 663 + optional: true 664 + 665 + '@rolldown/binding-linux-arm-gnueabihf@1.1.0': 666 + optional: true 667 + 668 + '@rolldown/binding-linux-arm64-gnu@1.0.2': 669 + optional: true 670 + 671 + '@rolldown/binding-linux-arm64-gnu@1.1.0': 672 + optional: true 673 + 674 + '@rolldown/binding-linux-arm64-musl@1.0.2': 675 + optional: true 676 + 677 + '@rolldown/binding-linux-arm64-musl@1.1.0': 678 + optional: true 679 + 680 + '@rolldown/binding-linux-ppc64-gnu@1.0.2': 681 + optional: true 682 + 683 + '@rolldown/binding-linux-ppc64-gnu@1.1.0': 684 + optional: true 685 + 686 + '@rolldown/binding-linux-s390x-gnu@1.0.2': 687 + optional: true 688 + 689 + '@rolldown/binding-linux-s390x-gnu@1.1.0': 690 + optional: true 691 + 692 + '@rolldown/binding-linux-x64-gnu@1.0.2': 693 + optional: true 694 + 695 + '@rolldown/binding-linux-x64-gnu@1.1.0': 696 + optional: true 697 + 698 + '@rolldown/binding-linux-x64-musl@1.0.2': 699 + optional: true 700 + 701 + '@rolldown/binding-linux-x64-musl@1.1.0': 702 + optional: true 703 + 704 + '@rolldown/binding-openharmony-arm64@1.0.2': 705 + optional: true 706 + 707 + '@rolldown/binding-openharmony-arm64@1.1.0': 708 + optional: true 709 + 710 + '@rolldown/binding-wasm32-wasi@1.0.2': 711 + dependencies: 712 + '@emnapi/core': 1.10.0 713 + '@emnapi/runtime': 1.10.0 714 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 715 + optional: true 716 + 717 + '@rolldown/binding-wasm32-wasi@1.1.0': 718 + dependencies: 719 + '@emnapi/core': 1.10.0 720 + '@emnapi/runtime': 1.10.0 721 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 722 + optional: true 723 + 724 + '@rolldown/binding-win32-arm64-msvc@1.0.2': 725 + optional: true 726 + 727 + '@rolldown/binding-win32-arm64-msvc@1.1.0': 728 + optional: true 729 + 730 + '@rolldown/binding-win32-x64-msvc@1.0.2': 731 + optional: true 732 + 733 + '@rolldown/binding-win32-x64-msvc@1.1.0': 734 + optional: true 735 + 736 + '@rolldown/pluginutils@1.0.1': {} 737 + 738 + '@tybys/wasm-util@0.10.2': 739 + dependencies: 740 + tslib: 2.8.1 741 + optional: true 742 + 743 + consola@3.4.2: {} 744 + 745 + crossws@0.4.5(srvx@0.11.16): 746 + optionalDependencies: 747 + srvx: 0.11.16 748 + 749 + db0@0.3.4: {} 750 + 751 + detect-libc@2.1.2: {} 752 + 753 + env-runner@0.1.9: 754 + dependencies: 755 + crossws: 0.4.5(srvx@0.11.16) 756 + exsolve: 1.0.8 757 + httpxy: 0.5.3 758 + srvx: 0.11.16 759 + 760 + exsolve@1.0.8: {} 761 + 762 + fdir@6.5.0(picomatch@4.0.4): 763 + optionalDependencies: 764 + picomatch: 4.0.4 765 + 766 + fsevents@2.3.3: 767 + optional: true 768 + 769 + h3@2.0.1-rc.22(crossws@0.4.5(srvx@0.11.16)): 770 + dependencies: 771 + rou3: 0.8.1 772 + srvx: 0.11.16 773 + optionalDependencies: 774 + crossws: 0.4.5(srvx@0.11.16) 775 + 776 + hookable@6.1.1: {} 777 + 778 + httpxy@0.5.3: {} 779 + 780 + lightningcss-android-arm64@1.32.0: 781 + optional: true 782 + 783 + lightningcss-darwin-arm64@1.32.0: 784 + optional: true 785 + 786 + lightningcss-darwin-x64@1.32.0: 787 + optional: true 788 + 789 + lightningcss-freebsd-x64@1.32.0: 790 + optional: true 791 + 792 + lightningcss-linux-arm-gnueabihf@1.32.0: 793 + optional: true 794 + 795 + lightningcss-linux-arm64-gnu@1.32.0: 796 + optional: true 797 + 798 + lightningcss-linux-arm64-musl@1.32.0: 799 + optional: true 800 + 801 + lightningcss-linux-x64-gnu@1.32.0: 802 + optional: true 803 + 804 + lightningcss-linux-x64-musl@1.32.0: 805 + optional: true 806 + 807 + lightningcss-win32-arm64-msvc@1.32.0: 808 + optional: true 809 + 810 + lightningcss-win32-x64-msvc@1.32.0: 811 + optional: true 812 + 813 + lightningcss@1.32.0: 814 + dependencies: 815 + detect-libc: 2.1.2 816 + optionalDependencies: 817 + lightningcss-android-arm64: 1.32.0 818 + lightningcss-darwin-arm64: 1.32.0 819 + lightningcss-darwin-x64: 1.32.0 820 + lightningcss-freebsd-x64: 1.32.0 821 + lightningcss-linux-arm-gnueabihf: 1.32.0 822 + lightningcss-linux-arm64-gnu: 1.32.0 823 + lightningcss-linux-arm64-musl: 1.32.0 824 + lightningcss-linux-x64-gnu: 1.32.0 825 + lightningcss-linux-x64-musl: 1.32.0 826 + lightningcss-win32-arm64-msvc: 1.32.0 827 + lightningcss-win32-x64-msvc: 1.32.0 828 + 829 + nanoid@3.3.12: {} 830 + 831 + nf3@0.3.17: {} 832 + 833 + nitro@3.0.260603-beta(vite@8.0.14): 834 + dependencies: 835 + consola: 3.4.2 836 + crossws: 0.4.5(srvx@0.11.16) 837 + db0: 0.3.4 838 + env-runner: 0.1.9 839 + h3: 2.0.1-rc.22(crossws@0.4.5(srvx@0.11.16)) 840 + hookable: 6.1.1 841 + nf3: 0.3.17 842 + ocache: 0.1.4 843 + ofetch: 2.0.0-alpha.3 844 + ohash: 2.0.11 845 + rolldown: 1.1.0 846 + srvx: 0.11.16 847 + unenv: 2.0.0-rc.24 848 + unstorage: 2.0.0-alpha.7(db0@0.3.4)(ofetch@2.0.0-alpha.3) 849 + optionalDependencies: 850 + vite: 8.0.14 851 + transitivePeerDependencies: 852 + - '@azure/app-configuration' 853 + - '@azure/cosmos' 854 + - '@azure/data-tables' 855 + - '@azure/identity' 856 + - '@azure/keyvault-secrets' 857 + - '@azure/storage-blob' 858 + - '@capacitor/preferences' 859 + - '@deno/kv' 860 + - '@electric-sql/pglite' 861 + - '@libsql/client' 862 + - '@netlify/blobs' 863 + - '@netlify/runtime' 864 + - '@planetscale/database' 865 + - '@upstash/redis' 866 + - '@vercel/blob' 867 + - '@vercel/functions' 868 + - '@vercel/kv' 869 + - aws4fetch 870 + - better-sqlite3 871 + - chokidar 872 + - drizzle-orm 873 + - idb-keyval 874 + - ioredis 875 + - lru-cache 876 + - miniflare 877 + - mongodb 878 + - mysql2 879 + - sqlite3 880 + - uploadthing 881 + 882 + ocache@0.1.4: 883 + dependencies: 884 + ohash: 2.0.11 885 + 886 + ofetch@2.0.0-alpha.3: {} 887 + 888 + ohash@2.0.11: {} 889 + 890 + pathe@2.0.3: {} 891 + 892 + picocolors@1.1.1: {} 893 + 894 + picomatch@4.0.4: {} 895 + 896 + postcss@8.5.15: 897 + dependencies: 898 + nanoid: 3.3.12 899 + picocolors: 1.1.1 900 + source-map-js: 1.2.1 901 + 902 + rolldown@1.0.2: 903 + dependencies: 904 + '@oxc-project/types': 0.132.0 905 + '@rolldown/pluginutils': 1.0.1 906 + optionalDependencies: 907 + '@rolldown/binding-android-arm64': 1.0.2 908 + '@rolldown/binding-darwin-arm64': 1.0.2 909 + '@rolldown/binding-darwin-x64': 1.0.2 910 + '@rolldown/binding-freebsd-x64': 1.0.2 911 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.2 912 + '@rolldown/binding-linux-arm64-gnu': 1.0.2 913 + '@rolldown/binding-linux-arm64-musl': 1.0.2 914 + '@rolldown/binding-linux-ppc64-gnu': 1.0.2 915 + '@rolldown/binding-linux-s390x-gnu': 1.0.2 916 + '@rolldown/binding-linux-x64-gnu': 1.0.2 917 + '@rolldown/binding-linux-x64-musl': 1.0.2 918 + '@rolldown/binding-openharmony-arm64': 1.0.2 919 + '@rolldown/binding-wasm32-wasi': 1.0.2 920 + '@rolldown/binding-win32-arm64-msvc': 1.0.2 921 + '@rolldown/binding-win32-x64-msvc': 1.0.2 922 + 923 + rolldown@1.1.0: 924 + dependencies: 925 + '@oxc-project/types': 0.134.0 926 + '@rolldown/pluginutils': 1.0.1 927 + optionalDependencies: 928 + '@rolldown/binding-android-arm64': 1.1.0 929 + '@rolldown/binding-darwin-arm64': 1.1.0 930 + '@rolldown/binding-darwin-x64': 1.1.0 931 + '@rolldown/binding-freebsd-x64': 1.1.0 932 + '@rolldown/binding-linux-arm-gnueabihf': 1.1.0 933 + '@rolldown/binding-linux-arm64-gnu': 1.1.0 934 + '@rolldown/binding-linux-arm64-musl': 1.1.0 935 + '@rolldown/binding-linux-ppc64-gnu': 1.1.0 936 + '@rolldown/binding-linux-s390x-gnu': 1.1.0 937 + '@rolldown/binding-linux-x64-gnu': 1.1.0 938 + '@rolldown/binding-linux-x64-musl': 1.1.0 939 + '@rolldown/binding-openharmony-arm64': 1.1.0 940 + '@rolldown/binding-wasm32-wasi': 1.1.0 941 + '@rolldown/binding-win32-arm64-msvc': 1.1.0 942 + '@rolldown/binding-win32-x64-msvc': 1.1.0 943 + 944 + rou3@0.8.1: {} 945 + 946 + source-map-js@1.2.1: {} 947 + 948 + srvx@0.11.16: {} 949 + 950 + tinyglobby@0.2.17: 951 + dependencies: 952 + fdir: 6.5.0(picomatch@4.0.4) 953 + picomatch: 4.0.4 954 + 955 + tslib@2.8.1: 956 + optional: true 957 + 958 + unenv@2.0.0-rc.24: 959 + dependencies: 960 + pathe: 2.0.3 961 + 962 + unstorage@2.0.0-alpha.7(db0@0.3.4)(ofetch@2.0.0-alpha.3): 963 + optionalDependencies: 964 + db0: 0.3.4 965 + ofetch: 2.0.0-alpha.3 966 + 967 + vite@8.0.14: 968 + dependencies: 969 + lightningcss: 1.32.0 970 + picomatch: 4.0.4 971 + postcss: 8.5.15 972 + rolldown: 1.0.2 973 + tinyglobby: 0.2.17 974 + optionalDependencies: 975 + fsevents: 2.3.3
+11
src/entry-server.ts
··· 1 + import { useRuntimeConfig } from 'nitro/runtime-config' 2 + 3 + export default { 4 + async fetch (_request: Request): Promise<Response> { 5 + const config = useRuntimeConfig() 6 + return new Response( 7 + `<!doctype html><meta charset="utf-8"><pre>runtimeConfig=${JSON.stringify(config, null, 2)}</pre>`, 8 + { headers: { 'content-type': 'text/html; charset=utf-8' } }, 9 + ) 10 + }, 11 + }
+12
tsconfig.json
··· 1 + { 2 + "compilerOptions": { 3 + "target": "ES2022", 4 + "module": "ESNext", 5 + "moduleResolution": "Bundler", 6 + "strict": true, 7 + "esModuleInterop": true, 8 + "allowImportingTsExtensions": false, 9 + "noEmit": true 10 + }, 11 + "include": ["src/**/*", "vite.config.ts"] 12 + }
+10
vite.config.ts
··· 1 + import { defineConfig } from 'vite' 2 + import { nitro } from 'nitro/vite' 3 + 4 + export default defineConfig({ 5 + plugins: [ 6 + nitro({ 7 + runtimeConfig: { public: { probe: 'hello-from-runtime-config' } }, 8 + }), 9 + ], 10 + })