tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

server (176B)


      1 #!/usr/bin/env node
      2 
      3 // Launch a server that runs tests server-side on demand.
      4 
      5 require('../src/common/tools/setup-ts-in-node.js');
      6 require('../src/common/runtime/server.ts');