From 9a88bc5b86d2e3b153533a1fd36de9dfba361840 Mon Sep 17 00:00:00 2001 From: Val Date: Wed, 28 Jan 2026 11:48:28 +0100 Subject: [PATCH] chore: configure alpic.json --- examples/debug-server/alpic.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/debug-server/alpic.json diff --git a/examples/debug-server/alpic.json b/examples/debug-server/alpic.json new file mode 100644 index 00000000..91060e38 --- /dev/null +++ b/examples/debug-server/alpic.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://assets.alpic.ai/alpic.json", + "installCommand": "npm install", + "startCommand": "node dist/index.js --stdio" +}