diff options
author | 2023-03-07 10:52:47 +0800 | |
---|---|---|
committer | 2023-03-07 10:52:47 +0800 | |
commit | 00a0af7ed44f5bb275f570ca38bbd0b798ce84ad (patch) | |
tree | 4c15d9223bffbcd4999a1950580cbd3a02a8ae5f /benchmark/make-project/render-default.js | |
parent | af05a4fa4637bad9b20b9928e6d2c2f894aa9139 (diff) | |
download | astro-00a0af7ed44f5bb275f570ca38bbd0b798ce84ad.tar.gz astro-00a0af7ed44f5bb275f570ca38bbd0b798ce84ad.tar.zst astro-00a0af7ed44f5bb275f570ca38bbd0b798ce84ad.zip |
Move benchmark package and update changeset config (#6433)
Diffstat (limited to 'benchmark/make-project/render-default.js')
-rw-r--r-- | benchmark/make-project/render-default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/make-project/render-default.js b/benchmark/make-project/render-default.js index 9dfe88609..38a06364d 100644 --- a/benchmark/make-project/render-default.js +++ b/benchmark/make-project/render-default.js @@ -74,7 +74,7 @@ export async function run(projectDir) { new URL('./astro.config.js', projectDir), `\ import { defineConfig } from 'astro/config'; -import timer from '@astrojs/timer'; +import timer from '@benchmark/timer'; import mdx from '@astrojs/mdx'; export default defineConfig({ |