GetPsyched
GetPsyched
Explore posts from servers
TTCTheo's Typesafe Cult
Created by GetPsyched on 4/26/2024 in #questions
Benefits of using auto incrementing primary keys?
Is there any benefit of using auto incrementing columns as primary keys in postgres when I have another column that is unique and can be used as a primary key?
7 replies
CDCloudflare Developers
Created by GetPsyched on 10/4/2023 in #pages-help
Svelte errors with adapter-cloudflare
Here's the error I get when running bun run build:
> Using @sveltejs/adapter-cloudflare
✘ [ERROR] Could not resolve "../../../chunks/app2.js"

.svelte-kit/output/server/entries/endpoints/test/_server.ts.js:4:21:
4 │ css = await import("../../../chunks/app2.js");
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~
> Using @sveltejs/adapter-cloudflare
✘ [ERROR] Could not resolve "../../../chunks/app2.js"

.svelte-kit/output/server/entries/endpoints/test/_server.ts.js:4:21:
4 │ css = await import("../../../chunks/app2.js");
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~
8 replies