* fix pagination size * clean up, start a very basic route configuration * quick navigation between routes * configure webpack to read .env variables * Move container components to Routes directory * Fix naming of recipe file * Clean up source folder * update yarn.lock * ci: update netlify deploy preview to build viewer project * update PWA entrypoint to pass configuration on window to App as props * fix: for missing key * Pass routerBasename to our React Router component * Simplify config for meow Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
12 lines
282 B
Bash
12 lines
282 B
Bash
##
|
|
# Environment: Default
|
|
#
|
|
# We're using this to set variables for development.
|
|
# Please feel free to delete or modify this file for your own setup.
|
|
# Be careful not to commit anything sensitive to source control.
|
|
#
|
|
|
|
PUBLIC_URL=/
|
|
APP_CONFIG=config/default.js
|
|
USE_HASH_ROUTER=false
|