style: apply prettier formatting to kicad-server.ts

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Eugene Mikhantyev
2026-05-13 20:45:11 +01:00
parent eda28dc9bf
commit 3ea2d03637

View File

@@ -25,7 +25,8 @@ class KiCADServer {
constructor() {
// Set absolute path to the Python KiCAD interface script
this.kicadScriptPath = process.env.KICAD_SCRIPT_PATH ||
this.kicadScriptPath =
process.env.KICAD_SCRIPT_PATH ||
path.join(path.dirname(fileURLToPath(import.meta.url)), "../python/kicad_interface.py");
// Check if script exists