vatts 1.2.0 → 1.2.1
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/dist/bin/vatts.js
CHANGED
|
@@ -100,6 +100,7 @@ program
|
|
|
100
100
|
.option('--ssl', 'Activates HTTPS/SSL mode')
|
|
101
101
|
.option('--http-redirect-port <number>', 'Port for HTTP->HTTPS redirection', '80')
|
|
102
102
|
.action((options) => {
|
|
103
|
+
process.env.NODE_ENV = 'production';
|
|
103
104
|
initializeApp(options, false);
|
|
104
105
|
});
|
|
105
106
|
program
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vatts",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Vatts.js is a high-level framework for building web applications with ease and speed. It provides a robust set of tools and features to streamline development and enhance productivity.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "mfraz",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"vattsjs",
|