Build

Description

The build command creates the static assets that can be deployed to hosting provider. It contains the generated Svelte code that hydrates into a Single Page Application (SPA), as well as the HTML fallbacks that allow you to navigate the site without JavaScript enabled, improve Search Engine Optimization (SEO), and speed up the initial page load of your app.

Usage

The following command will create a folder called "public" that contains your website: plenti build

Flags

LongShortDescription
--output=whatever
-o=whatever
Change the name of the "public" build directory to something else.
--benchmark
-bDisplay build time statistics.
--verbose
-vShows log messages related to the build process.