2021-03-11 03:39:24 +00:00
|
|
|
package main
|
|
|
|
|
|
|
|
import (
|
2021-03-11 04:19:37 +00:00
|
|
|
_ "git.handmade.network/hmn/hmn/src/buildscss"
|
2021-03-11 03:39:24 +00:00
|
|
|
_ "git.handmade.network/hmn/hmn/src/migration"
|
|
|
|
"git.handmade.network/hmn/hmn/src/website"
|
|
|
|
)
|
|
|
|
|
|
|
|
func main() {
|
|
|
|
website.WebsiteCommand.Execute()
|
|
|
|
}
|