mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Alpha version be update
This commit is contained in:
parent
f5f6f25a4a
commit
e1b13b3930
12 changed files with 86 additions and 42 deletions
14
be/setup/setup.go
Normal file
14
be/setup/setup.go
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
package main
|
||||
|
||||
import "be/app/helper"
|
||||
|
||||
func main() {
|
||||
helper.CreateConfigFile("../public/config.js")
|
||||
helper.CheckFeDevDir()
|
||||
|
||||
port := helper.EnvGet("MCRM__PORT")
|
||||
|
||||
helper.MakeCaddyFile("CaddyFile", port)
|
||||
|
||||
return
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue