Skip to content

Commit

Permalink
Merge pull request #99 from TigerAppsOrg/cs-sv
Browse files Browse the repository at this point in the history
Course update script
  • Loading branch information
joshuamotoaki authored Aug 29, 2024
2 parents 37bfef9 + 90f9ec4 commit 5d7ccf8
Show file tree
Hide file tree
Showing 7 changed files with 515 additions and 28 deletions.
Binary file modified apps/server/bun.lockb
Binary file not shown.
44 changes: 23 additions & 21 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"name": "tiger-junction-server",
"module": "index.ts",
"type": "module",
"scripts": {
"lint": "prettier --check . && eslint src/",
"format": "prettier --write ."
},
"devDependencies": {
"bun-types": "latest",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.2.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.1"
}
}
"name": "tiger-junction-server",
"module": "index.ts",
"type": "module",
"scripts": {
"lint": "prettier --check . && eslint src/",
"format": "prettier --write .",
"update-data": "bun src/index.ts"
},
"devDependencies": {
"bun-types": "latest",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.2.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.1",
"redis": "^4.7.0"
}
}
Loading

0 comments on commit 5d7ccf8

Please sign in to comment.