@wingconsole/app
v0.85.34
Published
The Wing Console application.
Downloads
53,063
Readme
Wing Console
⚠️ This package is meant to be used internally by the Wing Console.
Creates a server that watches and compiles a wingfile, and provides a web interface to interact with the application.
Installation
npm i @wingconsole/app
Usage
import { createConsoleApp } from "@wingconsole/app";
const server = await createConsoleApp({
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.