@reactful/create 1.2.12 → 1.2.13
Sign up to get free protection for your applications and to get access to all the features.
- package/commons/.env +1 -2
- package/commons/.gitignore +0 -2
- package/commons/tsconfig.json +2 -2
- package/package.json +1 -1
package/commons/.env
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
PORT=3333
|
2
|
-
MINIFY=false
|
1
|
+
PORT=3333
|
package/commons/.gitignore
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
|
2
2
|
|
3
3
|
# Logs
|
4
|
-
|
5
4
|
logs
|
6
5
|
_.log
|
7
6
|
npm-debug.log_
|
@@ -11,7 +10,6 @@ lerna-debug.log*
|
|
11
10
|
.pnpm-debug.log*
|
12
11
|
|
13
12
|
# Caches
|
14
|
-
|
15
13
|
.cache
|
16
14
|
|
17
15
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
package/commons/tsconfig.json
CHANGED