Docs.rs
wash-cli-0.20.2
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wash-cli 0.20.2
wasmcloud Shell (wash) CLI tool
Crate
Source
Builds
Feature flags
Hide files
..
dist
src
.env.development
.eslintrc.cjs
.gitignore
.prettierrc
components.json
CONTRIBUTING.md
index.html
package.json
postcss.config.cjs
README.md
tailwind.config.js
tsconfig.eslint.json
tsconfig.json
tsconfig.node.json
vite.config.ts
1
2
3
4
5
6
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;