nuxi build [rootDir]
The build command creates a .output directory with all your application, server and dependencies ready for production
Arguments
Name | Description |
---|---|
rootDir | The directory of the target application |
Options
Name | Description |
---|---|
--dotenv | Point to another .env file to load, relative to the root directory |
--prerender | Pre-render every route of your application. (note: This is an experimental flag. The behavior might be changed) |