rename auto generated file
This commit is contained in:
parent
798439dfaa
commit
dc9472771b
|
@ -64,7 +64,7 @@ temp
|
|||
/packages/frontend/src/**/*.stories.ts
|
||||
tsdoc-metadata.json
|
||||
misskey-assets
|
||||
/packages/frontend/src/scripts/autogen/search-index.ts
|
||||
/packages/frontend/src/scripts/autogen/settings-search-index.ts
|
||||
|
||||
# Vite temporary files
|
||||
vite.config.js.timestamp-*
|
||||
|
|
|
@ -86,7 +86,7 @@ export function getConfig(): UserConfig {
|
|||
plugins: [
|
||||
pluginCreateSearchIndex({
|
||||
targetFilePaths: ['src/pages/settings/*.vue'],
|
||||
exportFilePath: './src/scripts/autogen/search-index.ts'
|
||||
exportFilePath: './src/scripts/autogen/settings-search-index.ts'
|
||||
}),
|
||||
pluginVue(),
|
||||
pluginUnwindCssModuleClassName(),
|
||||
|
|
Loading…
Reference in New Issue