renames entry point
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details

pull/11/head
macniel 2025-09-25 17:12:05 +02:00
parent 17bbfd61db
commit 59cfa8e8fd
2 changed files with 3 additions and 0 deletions

View File

3
src/main.mjs 100644
View File

@ -0,0 +1,3 @@
Hooks.once("init", () => {
console.log("DSA 4.1 is ready for development!")
})