// // main.go // Copyright (C) 2024 veypi // 2025-03-04 16:08:06 // Distributed under terms of the MIT license. // package main import ( "github.com/veypi/vbase" ) func main() { panic(vbase.App.Run()) }