Implement basic initial setup and dashboard with web portal

This commit is contained in:
Logan Cusano
2024-05-12 22:49:39 -04:00
parent 580513997d
commit 15b0650550
11 changed files with 418 additions and 36 deletions

View File

@@ -51,7 +51,7 @@ export const checkForUpdates = async () => {
}
// Function to restart the application
const restartApplication = () => {
export const restartApplication = () => {
console.log('Restarting the application...');
restartService('discord-radio-bot');
}