dc-cloud 0.0.1 → 0.0.3

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.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/bun.lock +380 -380
  3. package/package.json +59 -58
  4. package/text.txt +0 -273639
package/README.md CHANGED
@@ -584,7 +584,7 @@ DCloud/
584
584
 
585
585
  ### Production Commands
586
586
 
587
- | Command | Purpose |
587
+ | Command | Purpose | Note |
588
588
  | --------------- | ---------------------- | ----------------------------------- |
589
589
  | `npm start` | Build and run | Compiles and executes compiled code |
590
590
  | `npm run build` | TypeScript compilation | Creates `dist/` folder |