0.1.4 #5

Merged
Thilawyn merged 67 commits from next into master 2025-10-02 18:18:23 +02:00
Showing only changes of commit d1253c4e5b - Show all commits

View File

@@ -13,6 +13,10 @@
"inputs": ["./src/**"], "inputs": ["./src/**"],
"outputs": ["./dist/**"] "outputs": ["./dist/**"]
}, },
"pack": {
"dependsOn": ["^pack"],
"cache": false
},
"clean:cache": { "clean:cache": {
"cache": false "cache": false
}, },