Skip to content

Commit

Permalink
Merge pull request #143 from AthennaIO/develop
Browse files Browse the repository at this point in the history
Add build command
  • Loading branch information
jlenon7 authored Aug 30, 2023
2 parents ccea3fb + dfdd560 commit 0719c45
Show file tree
Hide file tree
Showing 10 changed files with 1,133 additions and 125 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 0719c45

Please sign in to comment.