2022-07-28 22:35:16 +02:00
|
|
|
import * as plugins from './smartspawn.plugins.js';
|
2018-08-02 15:31:05 +02:00
|
|
|
|
2026-05-01 18:49:10 +00:00
|
|
|
export const packageBase = plugins.path.join(plugins.path.dirname(plugins.url.fileURLToPath(import.meta.url)), '../');
|
2019-04-08 15:13:47 +02:00
|
|
|
export const typescriptwrapJs = plugins.path.join(packageBase, 'assets/typescriptwrap.js');
|