changed the default envs

This commit is contained in:
Vladyslav Matsiiako
2023-06-09 12:52:44 -07:00
parent 2bae6cf084
commit 4299a76fcd

View File

@@ -37,10 +37,6 @@ const workspaceSchema = new Schema<IWorkspace>({
name: "Development",
slug: "dev"
},
{
name: "Test",
slug: "test"
},
{
name: "Staging",
slug: "staging"