File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 105105 "vue" : " ^3.5.18" ,
106106 "vue-router" : " ^4.5.1"
107107 },
108+ "resolutions" : {
109+ "@nuxtjs/robots" : " workspace:*"
110+ },
108111 "pnpm" : {
109112 "onlyBuiltDependencies" : [
110113 " @firebase/util" ,
Original file line number Diff line number Diff line change 11import type { BotDetectionResult } from '@fingerprintjs/botd'
2- import type { BotDetectionContext } from '../../../util'
2+ import type { BotDetectionContext } from '@nuxtjs/robots/util'
3+ import { mapBotKindToCategory } from '@nuxtjs/robots/util'
34import { useStorage } from '@vueuse/core'
45import { ref } from 'vue'
5- import { mapBotKindToCategory } from '../../../const-bots'
66
77// Persistent storage for client-side fingerprint detection results only
88const botDetectionStorage = import . meta. client
You can’t perform that action at this time.
0 commit comments