import assetPath from "./asset_path.js";
import env from "./env.js";
export = env.isDev()
? assetPath + "/app"
: assetPath + "/app-dist";