add colors

This commit is contained in:
2024-05-04 23:57:45 +06:00
parent 4dd90738ba
commit a6c1aacf40
6 changed files with 144 additions and 2 deletions

View File

@@ -18,5 +18,12 @@
"program": "poetry",
"args": ["run", "mkdocs", "serve"],
},
{
"type": "command",
"name": "Generate MicroUtils",
"program": "kotlin",
"args": ["../../generate_from_template.kts"],
"workingDir": "./docs/micro_utils/",
},
]
}