Skip to content

Commit a917852

Browse files
committed
Switched from npm to pnpm.
Converted account.id from number to guid.
1 parent 41ed682 commit a917852

20 files changed

+5439
-7794
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@
3737
"client/src/pages/Blog.tsx",
3838
"client/src/pages/Pricing.tsx",
3939
"client/src/pages/Products.tsx"
40-
]
40+
],
41+
"files.associations": {
42+
"*.sql": "postgres"
43+
}
4144
}

0 commit comments

Comments
 (0)