- Introduces a function to retrieve the application version - Returns 'dev' if the version file is missing and 'unknown' for other errors - Exports the new utility for use in other modules
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
export { resolveUnitTargetPath, writeUnitFiles } from './fs.ts';
|
|
export { deriveNameFromExec } from './misc.ts';
|
|
export { getVersion } from './version.ts';
|