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

0
packages/web/.gitignore vendored Normal file → Executable file
View File

0
packages/web/.npmrc Normal file → Executable file
View File

0
packages/web/.prettierignore Normal file → Executable file
View File

0
packages/web/.prettierrc Normal file → Executable file
View File

0
packages/web/Dockerfile Normal file → Executable file
View File

0
packages/web/README.md Normal file → Executable file
View File

0
packages/web/drizzle.config.ts Normal file → Executable file
View File

0
packages/web/eslint.config.js Normal file → Executable file
View File

0
packages/web/migrations/0000_famous_random.sql Normal file → Executable file
View File

0
packages/web/migrations/meta/0000_snapshot.json Normal file → Executable file
View File

0
packages/web/migrations/meta/_journal.json Normal file → Executable file
View File

0
packages/web/package-lock.json generated Normal file → Executable file
View File

0
packages/web/package.json Normal file → Executable file
View File

0
packages/web/playwright.config.ts Normal file → Executable file
View File

0
packages/web/postcss.config.js Normal file → Executable file
View File

0
packages/web/src/app.css Normal file → Executable file
View File

0
packages/web/src/app.d.ts vendored Normal file → Executable file
View File

0
packages/web/src/app.html Normal file → Executable file
View File

0
packages/web/src/index.test.ts Normal file → Executable file
View File

0
packages/web/src/lib/db/schema.ts Normal file → Executable file
View File

0
packages/web/src/lib/db/seed.ts Normal file → Executable file
View File

0
packages/web/src/routes/+layout.svelte Normal file → Executable file
View File

0
packages/web/src/routes/+page.server.ts Normal file → Executable file
View File

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>

0
packages/web/src/routes/progress/+page.server.ts Normal file → Executable file
View File

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

0
packages/web/src/routes/progress/[id]/+page.server.ts Normal file → Executable file
View File

0
packages/web/src/routes/progress/[id]/+page.svelte Normal file → Executable file
View File

View File

0
packages/web/src/routes/progress/create/+page.svelte Normal file → Executable file
View File

0
packages/web/static/android-chrome-192x192.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

0
packages/web/static/android-chrome-512x512.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

0
packages/web/static/apple-touch-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

0
packages/web/static/favicon-16x16.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 483 B

After

Width:  |  Height:  |  Size: 483 B

0
packages/web/static/favicon-32x32.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
packages/web/static/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

0
packages/web/static/moon.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
packages/web/static/site.webmanifest Normal file → Executable file
View File

0
packages/web/svelte.config.js Normal file → Executable file
View File

0
packages/web/tailwind.config.js Normal file → Executable file
View File

0
packages/web/tests/test.ts Normal file → Executable file
View File

0
packages/web/tsconfig.json Normal file → Executable file
View File

0
packages/web/vite.config.ts Normal file → Executable file
View File