Implement basic initial setup and dashboard with web portal
This commit is contained in:
@@ -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');
|
||||
}
|
||||
Reference in New Issue
Block a user