[READ-ONLY] Mirror of https://github.com/danielroe/agent-conf-2023. A demo of integrating React, Vite and Nitro for AgentConf 2023. agent-conf.vercel.app/
0

Configure Feed

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

fix: prepare app before building

Daniel Roe (Feb 23, 2023, 12:05 PM +0100) 0fa4ffbc 69fad1fb

+1 -1
+1 -1
bin/cli.mjs
··· 108 108 }, 109 109 ...(config.nitro ?? {}), 110 110 }) 111 + await prepare(nitro) 111 112 112 113 await buildVite({ 113 114 build: { ··· 118 119 119 120 const template = await nitro.storage.getItem('build:client:index.html') 120 121 await nitro.storage.setItem('templates:index.html', template) 121 - await prepare(nitro) 122 122 await copyPublicAssets(nitro) 123 123 124 124 await prerender(nitro)