Skip to content

Commit

Permalink
server: update packages (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
avine authored Jun 23, 2024
1 parent a202a49 commit 977a34b
Show file tree
Hide file tree
Showing 3 changed files with 1,197 additions and 920 deletions.
24 changes: 22 additions & 2 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# compiled output
/dist
/node_modules
.env
/build

# Logs
logs
Expand Down Expand Up @@ -33,4 +33,24 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# temp directory
.temp
.tmp

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Loading

0 comments on commit 977a34b

Please sign in to comment.