mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement memo relation store (#1598)
* feat: implement memo relation store * chore: update
This commit is contained in:
@@ -25,7 +25,7 @@ func getUnusedPort() int {
|
||||
func GetTestingProfile(t *testing.T) *profile.Profile {
|
||||
// Get a temporary directory for the test data.
|
||||
dir := t.TempDir()
|
||||
mode := "prod"
|
||||
mode := "dev"
|
||||
port := getUnusedPort()
|
||||
return &profile.Profile{
|
||||
Mode: mode,
|
||||
|
Reference in New Issue
Block a user