mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-31 01:31:21 +00:00
works now
This commit is contained in:
parent
ac7f4773e2
commit
dda89e9626
@ -8,11 +8,14 @@
|
|||||||
"node": ">=10",
|
"node": ">=10",
|
||||||
"pnpm": ">=3"
|
"pnpm": ">=3"
|
||||||
},
|
},
|
||||||
"scripts": {},
|
"scripts": {
|
||||||
|
"simulate-cdn": "http-server -p 8765 ./packages/client/js-client.web.standalone/dist"
|
||||||
|
},
|
||||||
"author": "Fluence Labs",
|
"author": "Fluence Labs",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"http-server": "14.1.1",
|
||||||
"@types/node": "16.11.59",
|
"@types/node": "16.11.59",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"typescript": "4.7",
|
"typescript": "4.7",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta name="description" content="Web site created using create-react-app" />
|
<meta name="description" content="Web site created using create-react-app" />
|
||||||
<script src='./js-client.min.js' async></script>
|
<script src='http://localhost:8765/js-client.min.js' async></script>
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
|
@ -384,7 +384,7 @@ export class FluencePeer implements IFluencePeer {
|
|||||||
// registerSrv(this, 'single_module_srv', this._classServices.srv);
|
// registerSrv(this, 'single_module_srv', this._classServices.srv);
|
||||||
// registerNodeUtils(this, 'node_utils', new NodeUtils(this));
|
// registerNodeUtils(this, 'node_utils', new NodeUtils(this));
|
||||||
|
|
||||||
// this._startParticleProcessing();
|
this._startParticleProcessing();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user