9.4.0-rc.1

This commit is contained in:
Sidharth Vinod
2023-01-31 22:04:56 +05:30
parent 651a5cb7ef
commit 2033e9002f
3 changed files with 35 additions and 11 deletions
+13 -1
View File
@@ -1,6 +1,18 @@
{
"editor.formatOnSave": true,
"cSpell.words": ["asyncable", "KROKI", "mindmap", "pako", "Serde", "serdes", "tailwindcss"],
"cSpell.words": [
"asyncable",
"cssnano",
"daisyui",
"esserializer",
"KROKI",
"localstorage",
"mindmap",
"pako",
"Serde",
"serdes",
"tailwindcss"
],
"vitest.commandLine": "yarn test:unit",
"vitest.enable": true,
"testing.autoRun.mode": "rerun",