Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 478 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 478 Bytes

TypeSpec Playground Website

A self contained website for the TypeSpec Playground.

Use

  • npm start to start in dev mode
  • npm run preview to build and preview prod mode
  • npm run build to build for production

Configuration

To change the default configuration add a .env.local file in the root of this package.

The following environment variables are available:

# Bundle and use local version of typespec libraries
VITE_USE_LOCAL_LIBRARIES=true