Remove public, private and bin folders
All checks were successful
Deploy / Deploy (push) Successful in 5s

This commit is contained in:
2025-05-07 21:54:44 +02:00
parent 7bc9cbb98c
commit 1de2b0391f
7 changed files with 29 additions and 15 deletions

10
assets/jsconfig.json Normal file
View File

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