Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
resforxofficial committed Aug 8, 2024
1 parent 2818b1c commit 86572cb
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules

.env
.env.local
2 changes: 2 additions & 0 deletions bin/main.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
setlocal enabledelayedexpansion
164 changes: 164 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"devDependencies": {
"@types/node": "^22.1.0",
"mysql2": "^3.11.0"
}
}

0 comments on commit 86572cb

Please sign in to comment.