package main

import (
	app "proxmoxaas-dashboard/app"
)

func main() {
	app.Run()
}