This commit is contained in:
Francesco Renzi
2025-12-09 10:43:21 +00:00
parent f8ea05739d
commit 4efa31459b
4 changed files with 519 additions and 53 deletions
+2 -6
View File
@@ -1,6 +1,2 @@
#!/bin/bash
# Wrapper script to start the Actions language server
DIR="$(cd "$(dirname "$0")" && pwd)"
exec node "$DIR/../dist/server-bundled.cjs" --stdio "$@"
#!/usr/bin/env node
import "../dist/cli.bundle.cjs";