Skip to content

Commit

Permalink
chore: switch to HTTP compiler to don't depend on erlang installation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Mar 31, 2023
1 parent f823dce commit 3c43898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ module.exports = defineConfig({
test: /\.aes$/,
use: {
loader: '@aeternity/contract-builder',
options: {
compilerType: 'http',
},
},
}],
},
Expand Down

0 comments on commit 3c43898

Please sign in to comment.