mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
d469bebd7b
* Improve Node.js performance using an AsyncIterable * Oops * Get rid of extra abstraction * Update .changeset/hip-cherries-behave.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Check if already resolved * Resolve on done * Get rid of unneeded "done" * Done when length is zero * Let errors resolve * Update packages/astro/src/runtime/server/render/astro/render.ts Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Move doctype to top-level * Document the new function * Update .changeset/hip-cherries-behave.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update .changeset/hip-cherries-behave.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> |
||
---|---|---|
.. | ||
_template.js | ||
_util.js | ||
memory-default.js | ||
README.md | ||
render-default.js | ||
server-stress-default.js |
make-project
This make-project
folder contains different files to programmatically create a new Astro project. They are created inside the projects
folder and are gitignored. These projects are used by benchmarks for testing.
Each benchmark can specify the default project to run in its defaultProject
export, but it can be overriden if --project <project-name>
is passed through the CLI.
You can duplicate _template.js
to start a new project script. All shared utilities are kept in _util.js
.