Skip to content

Commit

Permalink
Merge pull request #2 from RFGRONA/alpha-fredy
Browse files Browse the repository at this point in the history
HU,Improvements and additional features
  • Loading branch information
RFGRONA authored Nov 16, 2024
2 parents 5c89fd4 + 59b6faa commit d6bd83e
Show file tree
Hide file tree
Showing 253 changed files with 21,467 additions and 153 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env keys
.env
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// 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": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit d6bd83e

Please sign in to comment.