@hono/vite-dev-server
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,1 +0,1 @@ | ||
import{devServer as e}from"./dev-server";var o=e;export{o as default}; | ||
import{devServer as e}from"./dev-server.js";var o=e;export{o as default}; |
{ | ||
"name": "@hono/vite-dev-server", | ||
"description": "Vite dev-server plugin for Hono", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"types": "dist/index.d.ts", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.js", |
@@ -53,3 +53,3 @@ # @hono/vite-dev-server | ||
Create `vite.config.ts` and edit it. | ||
Add `"type": "module"` to your `package.json`. Then, create `vite.config.ts` and edit it. | ||
@@ -56,0 +56,0 @@ ```ts |
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
6255