mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-06-26 21:11:36 +00:00
feat(build): Implement custom bundle task (#894)
* Add link settings * fix * Rename to api-dist-js * Correct import * Update CI * Implement bundleJS * Add comments * Add TODO * Fix import * Fix workflow --------- Co-authored-by: Artsiom Shamsutdzinau <shamsartem@gmail.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { AquaConfig, Aqua, Call, Input, Path } from "./api-dist-js/main.js";
|
||||
import { AquaConfig, Aqua, Call, Input, Path } from "./aqua-api.js";
|
||||
|
||||
function getConfig({
|
||||
constants = [],
|
||||
|
Reference in New Issue
Block a user