mirror of
https://github.com/coder/code-server.git
synced 2026-09-09 11:27:24 +02:00
9 lines
205 B
Batchfile
9 lines
205 B
Batchfile
@echo off
|
|
|
|
rem This script is intended to be bundled into the standalone releases.
|
|
rem Runs code-server with the bundled node binary.
|
|
|
|
setlocal
|
|
set "ROOT=%~dp0.."
|
|
"%ROOT%\lib\node.exe" "%ROOT%" %*
|