Skip to content

Commit bb3a888

Browse files
committed
chore: staged changes
1 parent 055cbbd commit bb3a888

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/packlets/front/playground.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
id: string
88
size: number
99
horizontal: number
10-
initialHeight: number
10+
initialHeight?: number
1111
}
1212
1313
let balloons: Item[] = []

svelte.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { vitePreprocess } from '@astrojs/svelte';
2+
3+
export default {
4+
preprocess: vitePreprocess(),
5+
}

0 commit comments

Comments
 (0)