Skip to content

Commit

Permalink
feat(command): add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 30, 2023
1 parent ad23a5b commit d6f456a
Show file tree
Hide file tree
Showing 10 changed files with 1,099 additions and 106 deletions.
2 changes: 2 additions & 0 deletions bin/artisan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ process.env.IS_TS = 'true'
await Config.loadAll(Path.stubs('config'))

Config.delete('app.version')
Config.set('rc.build.tsconfig', './tests/stubs/tsconfig.json')
Config.set('rc.build.metaFiles', ['app/hello.edge', 'LICENSE.md'])
Config.set('rc.meta', import.meta.url)
Config.set('logging.channels.console.driver', 'console')
Config.set('logging.channels.exception.driver', 'console')
Expand Down
Loading

0 comments on commit d6f456a

Please sign in to comment.