feat: init VueGrille

This commit is contained in:
Morph01
2025-05-13 12:01:57 +02:00
parent b2649c364b
commit 5a175ea4b4
12 changed files with 125 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ java {
application {
// Define the main class for the application.
mainClass = "org.example.App"
mainClass = "org.App"
}
tasks.named<Test>("test") {