ejs login and signup with tailwind
This commit is contained in:
1 parent
2bd4b1e16e
commit
44cee349e9
4 files changed
+112
-22
No files matched your search
+3
-3
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user