adonisjs-server-stats 1.1.3 → 1.1.4
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 +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,14 +45,6 @@ Zero frontend dependencies. Zero build step. Just `@serverStats()` and go.
|
|
|
45
45
|
|
|
46
46
|
## Installation
|
|
47
47
|
|
|
48
|
-
```bash
|
|
49
|
-
node ace configure adonisjs-server-stats
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
This publishes `config/server_stats.ts` and registers the providers in `adonisrc.ts`.
|
|
53
|
-
|
|
54
|
-
Or install manually:
|
|
55
|
-
|
|
56
48
|
```bash
|
|
57
49
|
npm install adonisjs-server-stats
|
|
58
50
|
```
|