Add minimum window height & width

This commit is contained in:
Vendicated
2023-04-09 05:04:49 +02:00
parent 27b6264c79
commit ba0e8fedd0
5 changed files with 48 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
import { join } from "path";
export const STATIC_DIR = join(__dirname, "..", "..", "static");
export const ICON_PATH = join(STATIC_DIR, "icon.png");
export const STATIC_DIR = /* @__PURE__ */ join(__dirname, "..", "..", "static");
export const ICON_PATH = /* @__PURE__ */ join(STATIC_DIR, "icon.png");