mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-11 17:24:21 +00:00
updates for example deployment
This commit is contained in:
parent
e1c4f0591d
commit
450a096ebe
3
.gitignore
vendored
3
.gitignore
vendored
@ -76,3 +76,6 @@ node_modules/
|
||||
|
||||
# Turborepo
|
||||
.turbo
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"dev": "parcel index.html --https --no-cache --open",
|
||||
"prebuild": "rm -rf dist",
|
||||
"build": "parcel build index.html"
|
||||
"build": "parcel build index.html --no-cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@status-im/react": "0.1.0-alpha.2",
|
||||
|
@ -10,7 +10,7 @@ if (!publicKey) {
|
||||
)
|
||||
}
|
||||
|
||||
const environment = process.env.ENVIRONMENT
|
||||
const environment = process.env.ENVIRONMENT as 'production' | 'test'
|
||||
|
||||
export const App = () => {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user