typedserver/ts/typedserver.paths.ts

9 lines
262 B
TypeScript
Raw Normal View History

2023-03-29 12:54:07 +00:00
import * as plugins from './typedserver.plugins.js';
export const packageDir = plugins.path.join(
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
'../'
);
export const bundlePath = plugins.path.join(packageDir, './dist_ts_web/bundle.js');