We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07d349 commit 277d734Copy full SHA for 277d734
src/contracts/index.ts
@@ -4,7 +4,7 @@ import type { ValidateFn } from '@poppinss/validator-lite'
4
/**
5
* Schema defined by the user
6
*/
7
-export type RecordViteKeys<T> = Record<`VITE_${string}`, T>
+export type RecordViteKeys<T> = Record<`${string}_${string}`, T>
8
9
10
* Options that can be passed to the plugin
0 commit comments