mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
init
This commit is contained in:
5
packages/examples/src/simple.ts
Normal file
5
packages/examples/src/simple.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { artifacts, logger } from '@morten-olsen/mini-loader';
|
||||
|
||||
logger.info('Hello world');
|
||||
|
||||
artifacts.create('foo', 'bar');
|
||||
Reference in New Issue
Block a user