mya/node_modules/native-run/dist/constants.js
Fabio 82ccd023df
Some checks are pending
Build Android APK / build (push) Waiting to run
first commit
2026-01-21 15:08:14 +01:00

5 lines
206 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ASSETS_PATH = void 0;
const pathlib = require("path");
exports.ASSETS_PATH = pathlib.resolve(__dirname, '..', 'assets');