Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 634 Bytes

Astro Bug Minimal Code Project

This is a project for an Astro bug where experimental assets does not work with Node.js SSR adapter.

Reproduction

Clone this repository, and run:

$ npm install
$ npm run build
$ node ./dist/server/entry.mjs

Follow the same steps if you're going to use an sandboxed environment:

Open in StackBlitz Open with CodeSandbox