@emulators/vercel 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -245,8 +245,6 @@ function formatEnvVar(env, decrypt = false) {
|
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
// ../core/dist/index.js
|
|
248
|
-
import { Hono } from "hono";
|
|
249
|
-
import { cors } from "hono/cors";
|
|
250
248
|
import { readFileSync } from "fs";
|
|
251
249
|
import { fileURLToPath } from "url";
|
|
252
250
|
import { dirname, join } from "path";
|