Basic project setup
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-05-23 10:55:03 +02:00
parent 20bb22911f
commit 4747b27f83
17 changed files with 690 additions and 234 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"root": true,
"dependentFileProviders": {
"add": {
"addedExtension": {},
"extensionToExtension": {
"add": {
".css": [ ".razor" ],
".cs": [ ".razor" ]
}
}
}
}
}