Note
Use pnpm run <script> or pnpm <script> to execute an script from the package.json file.
biome:ci
# Executes the Biome formatter and linter in CI environments.
# This is a read-only operation and does not modify any file.
biome:write
# Executes the Biome formatter and linter.
# This operation applies safe fixes, including formatting, linting, and import sorting.
nuxt:build
# Builds the Nuxt.js application and prepares it for a production environment.
nuxt:dev
# Starts the development server for the Nuxt.js application.
nuxt:prepare
# Generates the ".nuxt" directory and all the type definitions for the Nuxt.js application.