2024-07-18 21:35:17 +03:00
|
|
|
import assetPath from "./asset_path.js";
|
2025-01-22 19:08:38 +01:00
|
|
|
import { isDev } from "./utils.js";
|
2024-02-17 19:09:36 +02:00
|
|
|
|
2025-03-02 20:47:57 +01:00
|
|
|
export default isDev ? assetPath + "/app" : assetPath + "/app-dist";
|