1 messages · Page 1 of 1 (latest)
Hi! I am working on a Discord bot which will have a database and a web server/website. Both the bot and the web server will need to be able to access the database. How should I structure the code? Should I separate the code into different packages using npm workspaces?