updates for example deployment

This commit is contained in:
Pavel Prichodko 2022-08-01 19:10:54 +02:00
parent e1c4f0591d
commit 450a096ebe
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -76,3 +76,6 @@ node_modules/
# Turborepo
.turbo
# Vercel
.vercel

View File

@ -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",

View File

@ -10,7 +10,7 @@ if (!publicKey) {
)
}
const environment = process.env.ENVIRONMENT
const environment = process.env.ENVIRONMENT as 'production' | 'test'
export const App = () => {
return (