mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-24 12:51:48 +00:00
move to examples, compile before run
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {FluenceClient, registerServiceFunction} from "@fluencelabs/fluence";
|
||||
import {getAliasedData} from "../compiled/dataAlias";
|
||||
import {getAliasedData} from "../compiled/examples/dataAlias";
|
||||
|
||||
export async function dataAliasCall(client: FluenceClient) {
|
||||
registerServiceFunction(client, "somesrv", "get", (args: any[], _) => {
|
||||
|
Reference in New Issue
Block a user