Jannick Knudsen a0dbbf19da update 1 năm trước cách đây
..
README.md a0dbbf19da update 1 năm trước cách đây
_template.js a0dbbf19da update 1 năm trước cách đây
_util.js a0dbbf19da update 1 năm trước cách đây
memory-default.js a0dbbf19da update 1 năm trước cách đây
render-default.js a0dbbf19da update 1 năm trước cách đây
server-stress-default.js a0dbbf19da update 1 năm trước cách đây

README.md

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.