browser to service

This commit is contained in:
Pavel Murygin 2021-12-28 22:18:02 +03:00
parent b93c5c70a4
commit 47a0f051b5
3 changed files with 9 additions and 0 deletions

View File

@ -21,3 +21,10 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
# fluence
src/_aqua/*
public/*.wasm
public/runnerScript.*

View File

@ -7,6 +7,7 @@
"": { "": {
"name": "getting-started-browser", "name": "getting-started-browser",
"version": "0.1.0", "version": "0.1.0",
"hasInstallScript": true,
"dependencies": { "dependencies": {
"@fluencelabs/fluence": "^0.14.3", "@fluencelabs/fluence": "^0.14.3",
"@fluencelabs/fluence-network-environment": "1.0.10", "@fluencelabs/fluence-network-environment": "1.0.10",

View File

@ -19,6 +19,7 @@
"web-vitals": "^1.1.2" "web-vitals": "^1.1.2"
}, },
"scripts": { "scripts": {
"postinstall": "copy-avm-public public",
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",