@wingconsole/app
TypeScript icon, indicating that this package has built-in type declarations

0.74.41 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @wingconsole/app

Weekly Downloads

17,712

Version

0.74.41

License

SEE LICENSE IN LICENSE.md

Unpacked Size

21.2 MB

Total Files

537

Last publish

Collaborators

  • monabot