From afeab6146824e0b97f6af2a8e1006f2cc3b827d4 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 7 Sep 2025 21:53:26 +0800 Subject: [PATCH] chore: make lint unhappy --- client/vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/vite.config.ts b/client/vite.config.ts index fb7f639..1c2f15e 100644 --- a/client/vite.config.ts +++ b/client/vite.config.ts @@ -1,4 +1,3 @@ -import path from 'node:path' import { defineConfig } from 'vite' import deno from '@deno/vite-plugin' import react from '@vitejs/plugin-react'