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:
InversionSpaces
2023-09-18 09:53:25 +02:00
committed by GitHub
parent 3f916c78ab
commit 67d8151d94
9 changed files with 68 additions and 13 deletions

View File

@@ -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 = [],

View File

@@ -7,7 +7,7 @@
"files": [
"index.js",
"index.d.ts",
"api-dist-js/main.js",
"aqua-api.js",
"meta-utils.js"
],
"prettier": {},