Skip to content

Commit

Permalink
refacto(frontend): add end of lines and remove auto generated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidITGuy committed Feb 5, 2023
1 parent fb1ecfd commit dff9abd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=4500
REACT_APP_API_URL=http://127.0.0.1:3000
REACT_APP_IS_DEBUG=TRUE
REACT_APP_DEFAULT_PASSWORD=captain42
REACT_APP_DEFAULT_PASSWORD=captain42
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.project
.idea

public/dark-theme.css
public/light-theme.css
public/light-theme.css
27 changes: 1 addition & 26 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,7 @@
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#1b8ad3" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- https://developers.google.com/fonts/docs/getting_started -->
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,500" rel="stylesheet" />

<title>CapRover | Server Dashboard</title>
Expand All @@ -30,16 +16,5 @@
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>

</html>
</html>

0 comments on commit dff9abd

Please sign in to comment.