@sveltejs/adapter-cloudflare
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@sveltejs/adapter-cloudflare", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -35,3 +35,3 @@ "type": "git", | ||
"@types/ws": "^8.5.3", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
@@ -90,4 +90,10 @@ # adapter-cloudflare | ||
## Troubleshooting | ||
### Accessing the file system | ||
You can't access the file system through methods like `fs.readFileSync` in Serverless/Edge environments. If you need to access files that way, do that during building the app through [prerendering](https://kit.svelte.dev/docs/page-options#prerender). If you have a blog for example and don't want to manage your content through a CMS, then you need to prerender the content (or prerender the endpoint from which you get it) and redeploy your blog everytime you add new content. | ||
## Changelog | ||
[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/adapter-cloudflare/CHANGELOG.md). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13306
99