条件が逆

This commit is contained in:
tai-cha 2025-02-17 18:51:28 +09:00
parent 3fb645025b
commit 98b25dc2bd
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ export default function pluginCreateSearchIndex(options: {
enforce: 'pre',
async buildStart() {
if (isDevServer) {
if (!isDevServer) {
return;
}