Skip to content

Commit a0201fc

Browse files
committed
server-ssl.js
make it more obvious you aren't supposed to import this package directly
1 parent 4727e5b commit a0201fc

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "server-ssl",
33
"author": "FirstTimeEZ",
4-
"version": "33.0.3",
4+
"version": "34.0.1",
55
"description": "Configurable SSL Server that runs on Node.js which can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME",
6-
"main": "server-ssl.js",
6+
"main": "ssl/explain.js",
77
"type": "module",
88
"keywords": [
99
"server",

ssl/explain.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
console.log("------------------------------------------------------------------------");
2+
console.log("Server SSL is a template, please don't import it into your project");
3+
console.log("------------------------------------------------------------------------");
4+
console.log("The way you are using Server SSL is not directly supported and may break");
5+
console.log("------------------------------------------------------------------------");
6+
console.log("This package is meant to be extracted to a new folder");
7+
console.log("That directory is the root directory of the Server");
8+
console.log("which can be started with start-windows.bat [args]");
9+
console.log("------------------------------------------------------------------------");
10+
console.log("Please read the Getting Started section of the README");
11+
console.log("------------------------------------------------------------------------");

0 commit comments

Comments
 (0)