ejs login and signup with tailwind

This commit is contained in:
knighthawk4227 committed 2025-05-02 01:53:47 -07:00
1 parent 2bd4b1e16e
commit 44cee349e9
4 files changed
+112 -22

No files matched your search

+3 -3
View File
@@ -2,10 +2,10 @@
"name": "retirementcalculator",
"version": "0.1.0",
"description": "Retirement Calculator",
"main": "./src/app.js",
"main": "app.js",
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon ./src/app.js"
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",