devserver

package
v1.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package devserver exposes the M-Press development server to optional local tools without making the parser, renderer, or file-safety internals public.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Serve

func Serve(project string, options Options) error

Types

type Options

type Options struct {
	Host      string
	Port      int
	Authoring bool
	Token     string
	Workspace *WorkspaceAssets
}

type WorkspaceAssets

type WorkspaceAssets struct {
	HTML string
	CSS  string
	JS   string
}

WorkspaceAssets is an optional browser interface supplied by another product. The open-source M-Press binary does not embed a browser editor bundle.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL