Migration to nuxt 4
Used codemods CLI and reworked most alias'd path that stopped working
This commit is contained in:
3
app/components/calendar/SearchMode.ts
Normal file
3
app/components/calendar/SearchMode.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const searchUnifier = new RegExp(/[^a-zA-Z0-9\-']/g)
|
||||
|
||||
export type SearchMode = "characters" | "events" | undefined
|
||||
Reference in New Issue
Block a user