cd astro
npm i
npm run build
cd ..
cd nextjs
npm i
npm run build
cd ..
# RUN ASTRO
node ./astro/dist/server/entry.mjs
# RUN NextJS
cd ./nextjs && npm run start
Created with CodeSandbox
cd astro
npm i
npm run build
cd ..
cd nextjs
npm i
npm run build
cd ..
# RUN ASTRO
node ./astro/dist/server/entry.mjs
# RUN NextJS
cd ./nextjs && npm run start