Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Module @cuttlefish-sync/dev-server

    @cuttlefish-sync/dev-server

    Development server for Cuttlefish Sync.

    npm install @cuttlefish-sync/dev-server
    

    Start the development server:

    npx cuttlefish-dev-server start
    

    Stop the development server:

    npx cuttlefish-dev-server stop
    

    Or use the npm scripts:

    npm start  # Start the server
    npm stop # Stop the server
    • Node.js >= 20.0.0

    The dev-server supports the following platforms:

    • macOS (ARM64 and x64)
    • Linux (ARM64 and x64)

    Platform-specific binaries are automatically installed as optional dependencies.

    FSL-1.1-Apache-2.0