refactor(frontend): frontendの検索インデックス作成のスタンドアロンコマンド実装を完全に削除 (#15790)

This reverts commit e594fb0037.
This commit is contained in:
かっこかり 2025-04-10 18:48:40 +09:00 committed by GitHub
parent e2b68aabae
commit 413324a278
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 8 deletions

View file

@ -136,7 +136,6 @@
"start-server-and-test": "2.0.11",
"storybook": "8.6.12",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"vite-node": "3.1.1",
"vite-plugin-turbosnap": "1.0.3",
"vitest": "3.1.1",
"vitest-fetch-mock": "0.4.5",

View file

@ -1,3 +0,0 @@
import { defineConfig } from 'vite';
export default defineConfig({});