Add instructions on how to run locally and in neovim
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Wrapper script to start the Actions language server
|
||||
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
exec node "$DIR/../dist/server-bundled.cjs" --stdio "$@"
|
||||
Reference in New Issue
Block a user