mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 12:36:06 +02:00
refactor(frontend): scripts -> utility
This commit is contained in:
@@ -86,7 +86,7 @@ export function getConfig(): UserConfig {
|
||||
plugins: [
|
||||
pluginCreateSearchIndex({
|
||||
targetFilePaths: ['src/pages/settings/*.vue'],
|
||||
exportFilePath: './src/scripts/autogen/settings-search-index.ts',
|
||||
exportFilePath: './src/utility/autogen/settings-search-index.ts',
|
||||
verbose: process.env.FRONTEND_SEARCH_INDEX_VERBOSE === 'true',
|
||||
}),
|
||||
pluginVue(),
|
||||
|
||||
Reference in New Issue
Block a user