rebrand and splitting so its not a monorepo

This commit is contained in:
2026-06-30 20:34:02 +02:00
parent 6fe57399c4
commit def33f7d54
161 changed files with 4269 additions and 31776 deletions
+17
View File
@@ -0,0 +1,17 @@
[
{
"label": "gleam run",
"command": "gleam",
"args": ["run"],
"use_new_terminal": false,
"reveal": "never",
},
{
"label": "gleam format",
"command": "gleam",
"args": ["format"],
"use_new_terminal": false,
"reveal": "never",
},
]