Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 741 Bytes

File metadata and controls

47 lines (33 loc) · 741 Bytes
section api
title dev
order 1
subsection CLI
active true

solid-start dev

solid-start dev starts a development server backed by Vite.
solid-start dev

Usage

Open the browser

solid-start dev --open

Specify a port

solid-start dev --port 3000

Specify a vite.config file

solid-start dev --config project/vite.config.ts --root project

Reference

  • root, -r: The root directory of the project.
  • port, -p: The port to run the server on.
  • host, -h: The host to run the server on.
  • open, -o: Open the browser to the running server.
  • config: The path to the Vite config file.