add ping command

This commit is contained in:
Darius
2025-09-29 00:11:55 +02:00
parent 10eee0c0fd
commit dbfb4f5d86
7 changed files with 108 additions and 23 deletions

13
biome.json Normal file
View File

@@ -0,0 +1,13 @@
{
"linter": {
"rules": {
"correctness": {
"useImportExtensions": {
"options": {
"forceJsExtensions": true
}
}
}
}
}
}