Skip to content

Commit

Permalink
Merge pull request #1 from 14f3v/dev
Browse files Browse the repository at this point in the history
first submit
  • Loading branch information
14f3v authored Jul 15, 2024
2 parents 7e3edae + 2ba00cf commit 8917fbb
Show file tree
Hide file tree
Showing 13 changed files with 629 additions and 288 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npm run dev",
"name": "Run npm dev",
"request": "launch",
"type": "node-terminal"
},
]
}
Loading

0 comments on commit 8917fbb

Please # to comment.