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:
parent
52d3e9eb77
commit
178087a0ac
@ -1,5 +0,0 @@
|
|||||||
'use strict';
|
|
||||||
|
|
||||||
const unleash = require('./lib/server-impl');
|
|
||||||
|
|
||||||
unleash.start();
|
|
3
src/server.ts
Normal file
3
src/server.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
import unleash from './lib/server-impl';
|
||||||
|
|
||||||
|
unleash.start();
|
Loading…
Reference in New Issue
Block a user