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

This commit is contained in:
2025-05-07 21:56:20 +02:00
parent 7bc9cbb98c
commit a9e44e45a3
7 changed files with 30 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/stack/assets/*"
]
}
}
}