Skip to content

Commit

Permalink
Merge pull request #63 from KUIT-Space/feat#62-pay-api
Browse files Browse the repository at this point in the history
Feat#62 pay api
  • Loading branch information
YangJJune authored Aug 14, 2024
2 parents ca8edc8 + 0397c7b commit 94f7d6d
Show file tree
Hide file tree
Showing 25 changed files with 1,419 additions and 384 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
localhost-key.pem
localhost.pem
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@
"editor.formatOnSave": true,
"files.insertFinalNewline": true,

"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// ESLint
// ref: https://github.com/microsoft/vscode-eslint
// plugin: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Expand Down
Loading

0 comments on commit 94f7d6d

Please sign in to comment.