fix(config): rename project config file from smartconfig.json to .smartconfig.json

This commit is contained in:
2026-03-24 15:54:25 +00:00
parent 488e78659c
commit 4a2d625d79
7 changed files with 8 additions and 8 deletions

5
test/.smartconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"testTool": {
"testValue": 2
}
}