@vertz/runtime
v0.2.80
Published
Vertz runtime binary — internal platform selector for vtz CLI. Use @vertz/cli for development.
Readme
@vertz/runtime
Internal package — This is the platform-specific binary selector for the Vertz runtime. Do not install or use it directly.
This package detects your platform (OS + architecture) and resolves the correct native binary for the vtz CLI. It is installed automatically as a dependency of @vertz/cli.
For Vertz Development
Use the vtz CLI to develop Vertz applications:
# Create a new project
npx create-vertz my-app
# Start the dev server
vtz dev
# Run tests
vtz test
# Build for production
vtz buildLinks
License
MIT
