Skip to content

Commit 277d734

Browse files
committed
fix: remove hardcoded vite prefix
Closes #1
1 parent b07d349 commit 277d734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { ValidateFn } from '@poppinss/validator-lite'
44
/**
55
* Schema defined by the user
66
*/
7-
export type RecordViteKeys<T> = Record<`VITE_${string}`, T>
7+
export type RecordViteKeys<T> = Record<`${string}_${string}`, T>
88

99
/**
1010
* Options that can be passed to the plugin

0 commit comments

Comments
 (0)