typescript-nodejs-starter/index.ts

4 lines
96 B
TypeScript
Raw Permalink Normal View History

2023-11-01 17:47:10 +00:00
import { logger } from "#root/logger.js";
logger.info("Hello!");
logger.debug("I am a teapot");