Remove public, private and bin folders
Some checks failed
Deploy / Deploy (push) Failing after 5s

This commit is contained in:
2025-05-07 21:54:44 +02:00
parent 7bc9cbb98c
commit 3faffbeff8
7 changed files with 28 additions and 13 deletions

10
assets/jsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/stack/assets/*"
]
}
}
}