mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: init frontend
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package constants defines constants used throughout the application.
|
||||
package constants
|
||||
|
||||
const VolumeRootLocal = "/mounts"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Package core provides the configuration loading functionality for the application.
|
||||
package core
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Package db provides database access for the Ironmount application
|
||||
package db
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user