[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.

nitro-vite-repros / package.json
276 B 14 lines
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}