setup express boilerplate

This commit is contained in:
2025-11-14 17:40:10 -06:00
parent 072b15f3fd
commit e60c8a335c
4 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "rdumb-blog backend with expressts and drizzle orm",
"main": "src/index.ts",
"scripts": {
"test": "exit 0"
"start": "npx tsx --env-file=.env --watch src/index.ts"
},
"author": "Roy Dumblauskas",
"license": "ISC",