@paroicms/server 1.57.4 → 1.57.5

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 (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,8 @@
1
1
  # @paroicms/server
2
2
 
3
- This is the main package of ParoiCMS. **ParoiCMS** is a full-featured CMS for building showcase websites. It includes:
3
+ This is the main package of ParoiCMS. **ParoiCMS** is a full-featured CMS for building showcase websites. It includes: **custom content**, a robust **cache system**, a **plugin** architecture, **multilingual** websites (currently in English and French), and it is **multi-sites**.
4
4
 
5
- - **Custom content**
6
- - A robust **cache system**
7
- - A **plugin** architecture
8
- - **Multilingual** websites (currently in English and French)
9
- - **Multi-sites**
5
+ See also: https://www.paroicms.org/
10
6
 
11
7
  ## How to generate a new website
12
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "1.57.4",
3
+ "version": "1.57.5",
4
4
  "description": "The ParoiCMS server",
5
5
  "keywords": [
6
6
  "cms",
@@ -22,7 +22,7 @@
22
22
  "start": "node dist/start.js | npm run _pino-pretty",
23
23
  "build": "tsc",
24
24
  "tsc": "tsc",
25
- "nodemon": "NODE_ENV=development nodemon --watch dist --watch config.json --watch site-schema-lib --watch 'sites/*/*.json' --watch ../../packages/connector/dist --watch ../../packages/server-database-media-storage/dist --watch ../../packages/server-image-cache-engine/dist --watch ../../packages/server-text-cache-system/dist --watch ../../packages/internal-server-lib/dist --watch ../../packages/internal-anywhere-lib/dist --watch ../../packages/public-anywhere-lib/dist dist/start.js | npm run _pino-pretty",
25
+ "nodemon": "NODE_ENV=development nodemon --watch dist --watch config.json --watch site-schema-lib --watch 'sites/*/*.json' --watch '../../packages/[!bo-]*/dist/*' --watch '../../packages/[!bo-]*/dist-cjs/*' --watch '../../plugins/*/backend/dist/*' dist/start.js | npm run _pino-pretty",
26
26
  "tsc:watch": "tsc --watch --preserveWatchOutput",
27
27
  "dev": "turbo dev",
28
28
  "clear": "rimraf dist/*",