Skip to content

Commit

Permalink
Merge pull request #299 from Mirasaki/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Mirasaki authored Oct 7, 2024
2 parents e9b6baa + 135a0e6 commit 667455c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 41 deletions.
9 changes: 2 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
version: '3.1'

services:
client:
build: .
container_name: client
restart: always
volumes:
# Bind mount, read-only app
- ./:/app:ro
# Anonymous volume
- /app/node_modules
- ./config:/app/config
- ./docs:/app/docs
env_file:
- ./.env
94 changes: 65 additions & 29 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"@discordjs/rest": "^2.3.0",
"@mirasaki/logger": "^1.0.5",
"common-tags": "^1.8.2",
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.3",
"@semantic-release/github": "^10.3.5",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"docdash": "^2.0.2",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"jsdoc": "^4.0.3",
"jsdoc-to-markdown": "^9.0.1",
"nodemon": "^3.1.4",
"semantic-release": "^24.1.0"
"nodemon": "^3.1.7",
"semantic-release": "^24.1.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 667455c

Please sign in to comment.