remove vite from prod
This commit is contained in:
parent
e9eea69545
commit
27ac9cd92d
3 changed files with 3 additions and 5 deletions
|
@ -5,7 +5,7 @@ function About() {
|
|||
<div>
|
||||
<h2 className="text-xl">This app uses the following components:</h2>
|
||||
<h2 className="mt-4 font-bold text-xl">Frontend:</h2>
|
||||
<ul><li>React</li><li>TypeScript</li><li>Vite</li></ul>
|
||||
<ul><li>React</li><li>TypeScript</li></ul>
|
||||
<h2 className="mt-4 font-bold text-xl">Backend:</h2>
|
||||
<ul><li>Node.js & Express</li><li>PostgreSQL</li></ul>
|
||||
<h2 className="mt-4 font-bold text-xl">Containerization:</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue