migrate nkode-core

This commit is contained in:
2025-01-21 13:18:46 -06:00
parent 4dbb4c48c8
commit 1f10af0081
38 changed files with 4167 additions and 0 deletions

5
config/config.go Normal file
View File

@@ -0,0 +1,5 @@
package config
const (
FrontendHost = "https://nkode.tech"
)