mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +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*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# fluence
|
||||
|
||||
src/_aqua/*
|
||||
|
||||
public/*.wasm
|
||||
public/runnerScript.*
|
||||
|
@ -7,6 +7,7 @@
|
||||
"": {
|
||||
"name": "getting-started-browser",
|
||||
"version": "0.1.0",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@fluencelabs/fluence": "^0.14.3",
|
||||
"@fluencelabs/fluence-network-environment": "1.0.10",
|
||||
|
@ -19,6 +19,7 @@
|
||||
"web-vitals": "^1.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "copy-avm-public public",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user