@sveltejs/adapter-cloudflare-workers
Advanced tools
Comparing version 1.0.0-next.51 to 1.0.0-next.52
@@ -18,2 +18,4 @@ import { Server } from 'SERVER'; | ||
async fetch(req, env, context) { | ||
server.init({ env }); | ||
const url = new URL(req.url); | ||
@@ -20,0 +22,0 @@ |
{ | ||
"name": "@sveltejs/adapter-cloudflare-workers", | ||
"version": "1.0.0-next.51", | ||
"version": "1.0.0-next.52", | ||
"repository": { | ||
@@ -37,5 +37,5 @@ "type": "git", | ||
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"format": "npm run check-format -- --write", | ||
"format": "npm run lint -- --write", | ||
"check": "tsc" | ||
} | ||
} |
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
11973
206