summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/packages/timer')
-rw-r--r--benchmark/packages/timer/package.json2
-rw-r--r--benchmark/packages/timer/src/index.ts1
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmark/packages/timer/package.json b/benchmark/packages/timer/package.json
index 8ac039854..a4a3b8df1 100644
--- a/benchmark/packages/timer/package.json
+++ b/benchmark/packages/timer/package.json
@@ -29,7 +29,7 @@
"astro": "workspace:*"
},
"devDependencies": {
- "@types/server-destroy": "^1.0.1",
+ "@types/server-destroy": "^1.0.3",
"astro": "workspace:*",
"astro-scripts": "workspace:*"
}
diff --git a/benchmark/packages/timer/src/index.ts b/benchmark/packages/timer/src/index.ts
index 49edcb5e8..2ea41af66 100644
--- a/benchmark/packages/timer/src/index.ts
+++ b/benchmark/packages/timer/src/index.ts
@@ -6,6 +6,7 @@ export function getAdapter(): AstroAdapter {
serverEntrypoint: '@benchmark/timer/server.js',
previewEntrypoint: '@benchmark/timer/preview.js',
exports: ['handler'],
+ supportedAstroFeatures: {},
};
}