Go to file
Kegan Myers 9137907d8d initial commit 2024-03-02 13:16:06 -06:00
src initial commit 2024-03-02 13:16:06 -06:00
static initial commit 2024-03-02 13:16:06 -06:00
.gitignore initial commit 2024-03-02 13:16:06 -06:00
.npmrc initial commit 2024-03-02 13:16:06 -06:00
.prettierignore initial commit 2024-03-02 13:16:06 -06:00
.prettierrc initial commit 2024-03-02 13:16:06 -06:00
README.md initial commit 2024-03-02 13:16:06 -06:00
package-lock.json initial commit 2024-03-02 13:16:06 -06:00
package.json initial commit 2024-03-02 13:16:06 -06:00
svelte.config.js initial commit 2024-03-02 13:16:06 -06:00
vite.config.js initial commit 2024-03-02 13:16:06 -06:00
wrangler.toml initial commit 2024-03-02 13:16:06 -06:00

README.md

svelte-kit-pg-cloudflare

An example sveltekit project showing how deploys to cloudflare are seemingly broken when using certain node modules, even though those same modules work when using wrangler's default build process (esbuild) to deploy.

See raw-pg-cloudflare for the working esbuild-based deployment.