mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
Adding .env.development
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# psf-memo-db REST API base URL (no trailing slash).
|
||||
# Used at build time by Create React App (must be prefixed with REACT_APP_).
|
||||
#REACT_APP_MEMO_DB_URL=http://localhost:5021
|
||||
REACT_APP_MEMO_DB_URL=https://memo-api.fullstackcash.net
|
||||
@@ -1,4 +1,4 @@
|
||||
'use strict'
|
||||
|
||||
|
||||
// Build the optimistic reply object used by the reply form for immediate
|
||||
// thread rendering before the thread is refreshed from the network. This is a
|
||||
|
||||
Reference in New Issue
Block a user