chore: permission changes for orbstack

This commit is contained in:
2025-01-18 01:12:27 +01:00
parent c1c0503ee3
commit 62038e26fb
48 changed files with 3 additions and 7 deletions

10
packages/web/src/routes/+page.svelte Normal file → Executable file
View File

@@ -1,8 +1,4 @@
<script lang="ts">
let { data } = $props();
</script>
<h1 class="my-8 text-4xl font-bold text-center">Stan Runge</h1>
<img src="/public/stan.jpg" alt="" />
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<p>Message: {data.message}</p>
<div></div>