This commit is contained in:
Morten Olsen
2024-01-11 09:03:14 +01:00
commit 74a3d0f925
92 changed files with 7488 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { artifacts, logger } from '@morten-olsen/mini-loader';
logger.info('Hello world');
artifacts.create('foo', 'bar');