Skip to content

Commit c5f0df0

Browse files
committed
chore: sync lockfile
1 parent 581f369 commit c5f0df0

3 files changed

Lines changed: 69 additions & 34 deletions

File tree

apps/contract-verification/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"esbuild": "catalog:",
6464
"typescript": "catalog:",
6565
"vite": "catalog:",
66-
"vite-plugin-devtools-json": "catalog:",
6766
"vitest": "catalog:",
6867
"wrangler": "catalog:"
6968
},

apps/contract-verification/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import NodeChildProcess from 'node:child_process'
22
import NodeProcess from 'node:process'
33
import { cloudflare } from '@cloudflare/vite-plugin'
44
import { defineConfig, loadEnv } from 'vite'
5-
import vitePluginChromiumDevTools from 'vite-plugin-devtools-json'
65

76
const commitSha =
87
NodeChildProcess.execSync('git rev-parse --short HEAD').toString().trim() ||
@@ -21,7 +20,7 @@ export default defineConfig((config) => {
2120

2221
return {
2322
resolve: { tsconfigPaths: true },
24-
plugins: [cloudflare(), vitePluginChromiumDevTools()],
23+
plugins: [cloudflare()],
2524
server: {
2625
port,
2726
// https://hono.dev/docs/middleware/builtin/cors#using-with-vite

pnpm-lock.yaml

Lines changed: 68 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)