@backan/server
Advanced tools
Comparing version
import { App } from '@backan/core'; | ||
/** | ||
* Starts a node server with BACKAN. | ||
* Start a server for BACKAN. | ||
* | ||
@@ -67,3 +67,3 @@ * @template Env - The environment type. | ||
*/ | ||
app: App<Env>; | ||
app: InstanceType<typeof App> | App<Env>; | ||
/** | ||
@@ -70,0 +70,0 @@ * The port to start the server on. |
{ | ||
"name": "@backan/server", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "license": "GPL-3.0", | ||
"devDependencies": { | ||
"@backan/core": "0.0.14" | ||
"@backan/core": "0.0.15" | ||
}, | ||
@@ -41,0 +41,0 @@ "dependencies": { |
52590
0.04%