[READ-ONLY] Mirror of https://github.com/andrioid/astro-deno-ssr-prerender-bug. Demonstrating a bug in Astro SSR with Deno
0

Configure Feed

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

1{ 2 "name": "@example/deno", 3 "version": "0.0.1", 4 "private": true, 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro build", 9 "preview": "deno run --allow-net --allow-read ./dist/server/entry.mjs", 10 "astro": "astro" 11 }, 12 "dependencies": { 13 "astro": "^2.0.6" 14 }, 15 "devDependencies": { 16 "@astrojs/deno": "^4.0.0" 17 } 18}