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" +}