@willbooster/wb 13.16.0 → 13.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/index.js +29 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,8 @@ Commands:
|
|
|
16
16
|
wb kill-port-if-non-ci Kill the port specified by PORT environment
|
|
17
17
|
variable if non-CI.
|
|
18
18
|
wb lint [files...] Lint code
|
|
19
|
+
wb maintenance <action> Start or stop a lightweight maintenance page
|
|
20
|
+
server.
|
|
19
21
|
wb optimizeForDockerBuild Optimize configuration when building a Docker
|
|
20
22
|
image
|
|
21
23
|
wb prisma Run database commands [aliases: db]
|