mirror of
https://github.com/microsoft/pyright.git
synced 2024-11-09 13:35:59 +03:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
#!/usr/bin/env node
|
|
|
|
// Stash the base directory into a global variable.
|
|
global.__rootDirectory = __dirname + '/dist/';
|
|
|
|
require('./dist/pyright')
|