Skip to content

Commit

Permalink
chore: Update node-server configuration files and dependencies,resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfynnix committed Aug 21, 2024
1 parent 006f104 commit 85c82e8
Show file tree
Hide file tree
Showing 13 changed files with 6,011 additions and 14 deletions.
2 changes: 2 additions & 0 deletions node-server/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PRIV_KEY=xxxx
AO_PET=cO4thcoxO57AflN5hfXjce0_DydbMJclTU9kC3S75cg
24 changes: 24 additions & 0 deletions node-server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.DS_Store
node_modules
media_ressources
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

kv-store.json

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
14 changes: 0 additions & 14 deletions node-server/index.js

This file was deleted.

Loading

0 comments on commit 85c82e8

Please sign in to comment.