Skip to content

Commit fba459f

Browse files
author
Addison.Rogers
committed
update: switch database configuration to Azure, update pnpm dependencies, and improve workspace files
1 parent e90765b commit fba459f

File tree

5 files changed

+572
-12
lines changed

5 files changed

+572
-12
lines changed

.idea/dataSources.xml

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

docs/.obsidian/workspace.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "Technical Design/Database Design.md",
16+
"file": "Technical Design/Graph View.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "Database Design"
21+
"title": "Graph View"
2222
}
2323
}
2424
]
@@ -170,11 +170,11 @@
170170
},
171171
"active": "8844a0f73f079adb",
172172
"lastOpenFiles": [
173-
"Index.md",
174173
"Technical Design/Getting Skills.md",
174+
"Technical Design/Database Design.md",
175+
"Index.md",
175176
"Technical Design/Graph View.md",
176177
"Technical Design/Sequence diagram.md",
177-
"Technical Design/Database Design.md",
178178
"shapes at 25-07-07 22.54.22.png",
179179
"Pasted image 20250707224530.png",
180180
"Pasted image 20250707223421.png",

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
2525
"effect": "^3.16.10",
26+
"kysely": "^0.28.2",
2627
"lucide-react": "^0.525.0",
2728
"next": "15.3.4",
2829
"pg": "^8.16.3",
2930
"react": "^19.0.0",
3031
"react-dom": "^19.0.0",
3132
"tailwind-merge": "^3.3.1",
33+
"tarn": "^3.0.2",
34+
"tedious": "^18.6.1",
3235
"tw-animate-css": "^1.3.5"
3336
},
3437
"devDependencies": {

0 commit comments

Comments
 (0)