mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
feature: regex patterns (#10)
- add new regex patterns, matched using PCRE2, with case insensitivity - name, description, pattern, tags - add unit tests, attempt to highlight matches
This commit is contained in:
@@ -23,6 +23,7 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
'@components': path.resolve(__dirname, './src/components'),
|
||||
'@hooks': path.resolve(__dirname, './src/hooks'),
|
||||
'@ui': path.resolve(__dirname, './src/components/ui'),
|
||||
'@assets': path.resolve(__dirname, './src/assets'),
|
||||
'@logo': path.resolve(__dirname, './src/assets/logo'),
|
||||
|
||||
Reference in New Issue
Block a user