works now

This commit is contained in:
Pavel Murygin 2023-02-09 01:11:04 +04:00
parent ac7f4773e2
commit dda89e9626
3 changed files with 19 additions and 16 deletions

View File

@ -8,11 +8,14 @@
"node": ">=10",
"pnpm": ">=3"
},
"scripts": {},
"scripts": {
"simulate-cdn": "http-server -p 8765 ./packages/client/js-client.web.standalone/dist"
},
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"http-server": "14.1.1",
"@types/node": "16.11.59",
"ts-node": "10.9.1",
"typescript": "4.7",

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<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" />
<!--
manifest.json provides metadata used when your web app is installed on a

View File

@ -384,7 +384,7 @@ export class FluencePeer implements IFluencePeer {
// registerSrv(this, 'single_module_srv', this._classServices.srv);
// registerNodeUtils(this, 'node_utils', new NodeUtils(this));
// this._startParticleProcessing();
this._startParticleProcessing();
}
/**