Skip to content

Commit

Permalink
Cp/small fixes (#310)
Browse files Browse the repository at this point in the history
* fix(env): Add envs for local running

* fix(codeblock): Change output to a codeblock

* fix(test): Testing lots of files getting created by react-syntax
  • Loading branch information
cmp5987 authored Oct 8, 2023
1 parent 0b820de commit d55a84d
Show file tree
Hide file tree
Showing 321 changed files with 1,454 additions and 259 deletions.
1 change: 1 addition & 0 deletions tavern/internal/www/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_ENDPOINT="http://localhost:80"
1 change: 1 addition & 0 deletions tavern/internal/www/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_ENDPOINT=""
316 changes: 310 additions & 6 deletions tavern/internal/www/build/asset-manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tavern/internal/www/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.dce5904d.js"></script><link href="/static/css/main.d3a1f05a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.3c61b381.js"></script><link href="/static/css/main.0ad33891.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tavern/internal/www/build/static/css/main.0ad33891.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tavern/internal/www/build/static/css/main.d3a1f05a.css.map

This file was deleted.

3 changes: 3 additions & 0 deletions tavern/internal/www/build/static/js/main.3c61b381.js

Large diffs are not rendered by default.

Loading

0 comments on commit d55a84d

Please sign in to comment.