1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: convert to typescript

This commit is contained in:
Ivar Conradi Østhus 2021-05-11 12:29:28 +02:00
parent 52d3e9eb77
commit 178087a0ac
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +0,0 @@
'use strict';
const unleash = require('./lib/server-impl');
unleash.start();

3
src/server.ts Normal file
View File

@ -0,0 +1,3 @@
import unleash from './lib/server-impl';
unleash.start();