Skip to content

Commit a54bb7a

Browse files
committed
chore: switch to HTTP compiler to don't depend on erlang installation
1 parent f676e5f commit a54bb7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ module.exports = defineConfig({
77
test: /\.aes$/,
88
use: {
99
loader: '@aeternity/contract-builder',
10+
options: {
11+
compilerType: 'http',
12+
},
1013
},
1114
}],
1215
},

0 commit comments

Comments
 (0)