Skip to content

Commit 85fc2d2

Browse files
committed
Update to latest Astro that fixes Buffer.byteLength bug
1 parent 86d7f3d commit 85fc2d2

File tree

4 files changed

+84
-313
lines changed

4 files changed

+84
-313
lines changed

astro.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import deno from '@astrojs/deno';
88
export default defineConfig({
99
output: 'server',
1010
adapter: deno(),
11+
server: {
12+
port: 4999,
13+
},
1114
integrations: [
1215
// Enable Preact to support Preact JSX components.
1316
preact(),

0 commit comments

Comments
 (0)