@wingconsole/server
v0.85.34
Published
The Wing Console server.
Downloads
53,108
Readme
@wingconsole/server
⚠️ This package is meant to be used internally by the Wing Console.
Creates a server that watches and compiles a wingfile, and provides a tRPC API to interact with the application.
Installation
npm i @wingconsole/server
Usage
import { createConsoleServer } from "@wingconsole/server";
const server = await createConsoleServer({
wingfile: "path/to/wingfile.w",
});
console.log(`Server is running on http://localhost:${server.port}.`);
License
This code is distributed under the Wing Cloud Console License.