Skip to content

Commit bd42a5e

Browse files
committed
fix: export const and types from /util subpath
Relates to #207
1 parent 645484e commit bd42a5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/util.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ import type { NitroRouteConfig } from 'nitropack'
22
import type { ParsedRobotsTxt, RobotsGroupInput, RobotsGroupResolved } from './runtime/types'
33
import { createDefu } from 'defu'
44
import { withoutLeadingSlash } from 'ufo'
5+
import { AiBots, NonHelpfulBots } from './const'
6+
7+
export type * from './runtime/types'
8+
9+
export { AiBots, NonHelpfulBots }
510

611
/**
712
* We're going to read the robots.txt and extract any disallow or sitemaps rules from it.

0 commit comments

Comments
 (0)