Skip to content

Commit 87a8484

Browse files
committed
maybe a pnpm problem?
1 parent 67b94ef commit 87a8484

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
@sentry:registry=http://127.0.0.1:4873
22
@sentry-internal:registry=http://127.0.0.1:4873
3-
engine-strict=true
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import type { PageServerLoad } from './$types';
1+
// import type { PageServerLoad } from './$types';
22

33
export const prerender = true;
44

5-
export const load: PageServerLoad = async function load() {
6-
return {
7-
message: 'From server load function.',
8-
};
9-
};
5+
// export const load: PageServerLoad = async function load() {
6+
// return {
7+
// message: 'From server load function.',
8+
// };
9+
// };
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
<script lang="ts">
2-
let { data } = $props();
3-
</script>
41

5-
<h1>{data.message}</h1>
62
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>

0 commit comments

Comments
 (0)