Initial commit: project setup with TypeScript and CI/CD configuration
This commit establishes the foundational structure for @push.rocks/smartregistry, a registry for npm modules and OCI images. Includes development environment configuration, build tooling, and CI/CD workflows for automated testing and publishing. Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
5
ts/paths.ts
Normal file
5
ts/paths.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as plugins from './plugins.js';
|
||||
export const packageDir = plugins.path.join(
|
||||
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
|
||||
'../',
|
||||
);
|
||||
Reference in New Issue
Block a user