Initial commit

This commit is contained in:
2026-06-24 13:07:52 +02:00
commit bea7289c00
19 changed files with 6349 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"watch": [
"core",
"config",
"plugins",
"user",
"templates",
"index.js"
],
"ext": "js,json",
"ignore": [
".git",
".backup",
"actions",
"node_modules",
"ui",
"docs",
"nodemon.json"
],
"legacyWatch": false
}