diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/locale/global.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/locale/global.ts b/src/locale/global.ts deleted file mode 100644 index 67db0218..00000000 --- a/src/locale/global.ts +++ /dev/null @@ -1,11 +0,0 @@ -/* - * This file is automatically generated. - * Run 'pnpm run generate:locales' to update. - */ - -import { Faker } from '../faker'; -import base from '../locales/base'; - -export const faker = new Faker({ - locale: base, -}); |
