mirror of
https://github.com/microsoft/pyright.git
synced 2024-11-12 23:46:20 +03:00
7 lines
159 B
JavaScript
Executable File
7 lines
159 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
// Stash the base directory into a global variable.
|
|
global.__rootDirectory = __dirname + '/dist/';
|
|
|
|
require('./dist/pyright-langserver');
|