feat: init frontend

This commit is contained in:
Nicolas Meienberger
2025-08-11 21:21:26 +02:00
parent 672f9097e1
commit 173858343e
51 changed files with 5053 additions and 871 deletions

View File

@@ -1,3 +1,4 @@
// Package constants defines constants used throughout the application.
package constants
const VolumeRootLocal = "/mounts"

View File

@@ -1,3 +1,4 @@
// Package core provides the configuration loading functionality for the application.
package core
import (

View File

@@ -1,3 +1,4 @@
// Package db provides database access for the Ironmount application
package db
import (