@polylith/server 0.1.22 → 0.1.23
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/PolylithServer.js +2 -0
- package/package.json +1 -1
package/PolylithServer.js
CHANGED
|
@@ -6,9 +6,11 @@ import cors from 'cors';
|
|
|
6
6
|
import cookieParser from 'cookie-parser';
|
|
7
7
|
import cookieSession from 'cookie-session';
|
|
8
8
|
import compression from 'compression';
|
|
9
|
+
import cc from "@ondohers/console-colors";
|
|
9
10
|
import {workingDir} from './utils.js';
|
|
10
11
|
|
|
11
12
|
|
|
13
|
+
|
|
12
14
|
export class PolylithServer {
|
|
13
15
|
constructor(options, dest) {
|
|
14
16
|
this.options = options;
|