@hono/vite-dev-server
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -5,3 +5,3 @@ import { getRequestListener } from "@hono/node-server"; | ||
injectClientScript: true, | ||
exclude: [".*.ts", ".*.tsx", "/@.+", "/node_modules/.*"] | ||
exclude: [".*\\.ts", ".*\\.tsx", "/@.+", "\\/node_modules\\/.*"] | ||
}; | ||
@@ -8,0 +8,0 @@ const nullScript = "export default { fetch: () => new Response(null, { status: 404 }) };"; |
{ | ||
"name": "@hono/vite-dev-server", | ||
"description": "Vite dev-server plugin for Hono", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"types": "dist/index.d.ts", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.js", |
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
9513