Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
github.com/shoumoji/discord-timeline
Discord のトークンが必須です。
https://discord.com/developers/applications/ からBotのトークンを取得してください。
.envを設定する
DISCORD_TOKEN=<Discord Bot Token>
MYSQL_ROOT_PASSWORD=rootpassword
MYSQL_USER=dctimeline
MYSQL_PASSWORD=dctimeline
MYSQL_DATABASE=dctimeline
MYSQL_ADDRESS=localhost
MYSQL_PORT=3306
コンテナを build する
$ docker build -t shoumoji/discord-timeline:1.0.0 .
docker-compose で MYSQL と一緒に起動
$ docker-compose up -d
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.