Created
May 12, 2022 23:34
-
-
Save manakuro/965b11d035e22bbb2c833613e06a3595 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"planetscale-witn-ent/cmd/seed/seed" | |
"planetscale-witn-ent/config" | |
) | |
func main() { | |
config.ReadConfig(config.ReadConfigOption{}) | |
seed.Seed() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment