mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
chore: run biome
This commit is contained in:
parent
7bcd217e4a
commit
2e641adca2
@ -4,7 +4,7 @@ import path from "path"; // vite externalize in production, see https://vite.dev
|
||||
* Maps namespaces that deviate from the file-name
|
||||
*
|
||||
* @remarks expects file-name as value and custom-namespace as key
|
||||
* */
|
||||
*/
|
||||
export const namespaceMap = {
|
||||
titles: "trainer-titles",
|
||||
moveTriggers: "move-trigger",
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { defineConfig, loadEnv, type Rollup, type UserConfig } from "vite";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
import { minifyJsonPlugin } from "./src/plugins/vite/vite-minify-json-plugin";
|
||||
import { LocaleNamespace } from "./src/plugins/vite/namespaces-i18n-plugin";
|
||||
import { minifyJsonPlugin } from "./src/plugins/vite/vite-minify-json-plugin";
|
||||
|
||||
export const defaultConfig: UserConfig = {
|
||||
plugins: [tsconfigPaths(), minifyJsonPlugin(["images", "battle-anims"], true), LocaleNamespace()],
|
||||
|
Loading…
Reference in New Issue
Block a user