Add moment.js as a dependency, enhance TypeScript configuration to exclude scripts, and introduce new examples for dependency injection and health checks.
This commit is contained in:
3
scripts/version.js
Normal file
3
scripts/version.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import packageJSON from '../package.json' with {type: 'json'};
|
||||
|
||||
process.stdout.write(packageJSON.version);
|
||||
Reference in New Issue
Block a user