mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
works now
This commit is contained in:
parent
ac7f4773e2
commit
dda89e9626
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user