mirror of
https://github.com/Retropex/mempool-startos.git
synced 2025-05-28 21:12:30 +02:00

* added js procs * add js procs * included dependencies in js procs * modified dependencies.ts to remote fetch-blocks and fix proxy * Update scripts/embassy.ts Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> * ignore .js files in script * fixed typo * Update scripts/services/setConfig.ts Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> * Update scripts/services/setConfig.ts Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> * fixed js dependencies * return default if properties are not found * await metadata Co-authored-by: Dread <dread@start9labs.com> Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev>
4 lines
219 B
TypeScript
4 lines
219 B
TypeScript
export { setConfig } from "./services/setConfig.ts";
|
|
export { properties } from "./services/properties.ts";
|
|
export { getConfig } from "./services/getConfig.ts";
|
|
export { dependencies } from "./services/dependencies.ts"; |