Go to file
Kegan Myers 2da08334c3 initial commit 2024-03-02 13:19:49 -06:00
src initial commit 2024-03-02 13:19:49 -06:00
.gitignore initial commit 2024-03-02 13:19:49 -06:00
README.md initial commit 2024-03-02 13:19:49 -06:00
package-lock.json initial commit 2024-03-02 13:19:49 -06:00
package.json initial commit 2024-03-02 13:19:49 -06:00
wrangler.toml initial commit 2024-03-02 13:19:49 -06:00

README.md

raw-pg-cloudflare

An example project contrasting how deploys to cloudflare work when using certain node modules (pg), that are impossible to use when using sveltekit.

See svelte-kit-pg-cloudflare for the failing sveltekit deployment.