@wingconsole/app
v0.85.49
Published
The Wing Console application.
Downloads
1,524
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/appUsage
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.
