mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor build process fixes
This commit is contained in:
@@ -7,6 +7,7 @@ const { Howl, Howler } = require("howler");
|
||||
|
||||
const logger = createLogger("sound/browser");
|
||||
|
||||
// @ts-ignore
|
||||
const sprites = require("../../built-temp/sfx.json");
|
||||
|
||||
class SoundSpritesContainer {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { globalConfig } from "./core/config";
|
||||
|
||||
// @ts-ignore
|
||||
const baseTranslations = require("./built-temp/base-en.json");
|
||||
|
||||
export const T = baseTranslations;
|
||||
|
||||
Reference in New Issue
Block a user