mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { artifacts, logger } from '@morten-olsen/mini-loader';
|
|
|
|
await logger.info('Hello world');
|
|
|
|
await artifacts.create('foo', 'bar');
|