mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 18:52:15 +00:00
browser to service
This commit is contained in:
parent
b93c5c70a4
commit
47a0f051b5
7
quickstart/3-browser-to-service/.gitignore
vendored
7
quickstart/3-browser-to-service/.gitignore
vendored
@ -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.*
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user