From e4a59e651334b7bd1e40f67e4d5b8ce3f5ae697e Mon Sep 17 00:00:00 2001 From: Anand Misra Date: Sat, 18 Oct 2025 02:17:31 +0530 Subject: [PATCH 1/3] Add your-config-name config --- src/configs/barking.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/configs/barking.yaml diff --git a/src/configs/barking.yaml b/src/configs/barking.yaml new file mode 100644 index 0000000..565ff63 --- /dev/null +++ b/src/configs/barking.yaml @@ -0,0 +1,21 @@ +profile: + name: "Dog Barking Sound" + description: "Configuration for dog barking sound" + +audio: + player: "play" + maxConcurrent: 5 + +keybinds: + - key: "5" + sound: "../../assets/sounds/dog-barking.mp3" + description: "Dog barking sound" + +settings: + hotReload: true + preloadSounds: true + +logging: + level: "info" + fileEnabled: true + filePath: "logs" \ No newline at end of file From 610313262f029262f13d8fac52724b2044a64360 Mon Sep 17 00:00:00 2001 From: Anand Misra Date: Sun, 19 Oct 2025 03:10:28 +0530 Subject: [PATCH 2/3] fixed error --- package-lock.json | 2 +- package.json | 2 +- src/configs/barking.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5602578..4e477f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "lint-staged": "^16.2.3", - "prettier": "^3.2.5" + "prettier": "^3.6.2" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 31f97ce..b2b4974 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "lint-staged": "^16.2.3", - "prettier": "^3.2.5" + "prettier": "^3.6.2" }, "engines": { "node": ">=14.0.0" diff --git a/src/configs/barking.yaml b/src/configs/barking.yaml index 565ff63..ec1a433 100644 --- a/src/configs/barking.yaml +++ b/src/configs/barking.yaml @@ -18,4 +18,4 @@ settings: logging: level: "info" fileEnabled: true - filePath: "logs" \ No newline at end of file + filePath: "logs" From 6700d06f4e2e278a55a35b4d1f30052013065919 Mon Sep 17 00:00:00 2001 From: Anand Misra Date: Mon, 20 Oct 2025 13:40:41 +0530 Subject: [PATCH 3/3] prettier changes reverted --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e477f2..5602578 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "lint-staged": "^16.2.3", - "prettier": "^3.6.2" + "prettier": "^3.2.5" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index b2b4974..31f97ce 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "lint-staged": "^16.2.3", - "prettier": "^3.6.2" + "prettier": "^3.2.5" }, "engines": { "node": ">=14.0.0"