Odstranění .env souborů, zavedení šablon
This commit is contained in:
@@ -1 +0,0 @@
|
||||
PUBLIC_URL=http://192.168.1.106:3005
|
||||
3
client/.env.template
Normal file
3
client/.env.template
Normal file
@@ -0,0 +1,3 @@
|
||||
# Veřejná URL, na které bude dostupný klient (typicky přes proxy).
|
||||
# Pro vývoj není potřeba, bude použita výchozí hodnota http://localhost:3001
|
||||
# PUBLIC_URL=http://example:3001
|
||||
3
client/.gitignore
vendored
3
client/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
build
|
||||
build
|
||||
.env.production
|
||||
Reference in New Issue
Block a user