Skip to content

Commit f69c197

Browse files
natalierobbinsanantmittal
authored andcommitted
feat: location script (uw-ssec#137)
* feat: location script * bulk import options * refactor: moved location CRUD script to server/src - resolves absolute import statements - IDE recognizes node packages * remove: old location crud file --------- Co-authored-by: Anant Mittal <anmittal@uw.edu>
1 parent 0557f81 commit f69c197

File tree

4 files changed

+624
-5
lines changed

4 files changed

+624
-5
lines changed

server/package-lock.json

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint . --ext js,ts",
1515
"lint:fix": "eslint . --ext js,ts --fix",
1616
"super-admin": "tsx --env-file=.env ../scripts/superAdminCRUD.tsx",
17-
"location": "tsx --env-file=.env ../scripts/locationCRUD.tsx",
17+
"location": "tsx --env-file=.env src/scripts/locationCRUD.ts",
1818
"generate-seeds": "tsx --env-file=.env ../scripts/generateSeeds.ts",
1919
"generate-coupons": "tsx --env-file=.env ../scripts/generateCoupons.ts"
2020
},
@@ -45,6 +45,7 @@
4545
"swagger-jsdoc": "^6.2.8",
4646
"swagger-ui-express": "^5.0.1",
4747
"twilio": "^5.6.1",
48+
"yaml": "^2.8.2",
4849
"zod": "^4.1.12"
4950
},
5051
"devDependencies": {

0 commit comments

Comments
 (0)