@seip/blue-bird 0.2.6 → 0.2.7

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/.env_example +1 -1
  2. package/package.json +1 -1
package/.env_example CHANGED
@@ -8,6 +8,6 @@ TITLE="Blue Bird"
8
8
  VERSION="1.0.0"
9
9
  LANGMETA="en"
10
10
  HOST="http://localhost"
11
- PORT=3001
11
+ PORT=3000
12
12
  STATIC_PATH="frontend/public"
13
13
  JWT_SECRET="JWT_SECRET"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seip/blue-bird",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Express + React opinionated framework with SPA or API architecture and built-in JWT auth",
5
5
  "type": "module",
6
6
  "bin": {