@qlover/create-app 0.1.21 → 0.1.22

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @qlover/create-app
2
2
 
3
+ ## 0.1.22
4
+
5
+ ### Patch Changes
6
+
3
7
  ## 0.1.21
4
8
 
5
9
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlover/create-app",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./dist/index.cjs",
@@ -43,16 +43,16 @@
43
43
  "access": "public"
44
44
  },
45
45
  "devDependencies": {
46
- "@qlover/env-loader": "^0.0.7"
46
+ "@qlover/env-loader": "0.1.2"
47
47
  },
48
48
  "dependencies": {
49
- "@qlover/fe-corekit": "^1.2.8",
50
- "@qlover/scripts-context": "^0.0.14",
51
49
  "commander": "^13.1.0",
52
50
  "ignore": "^7.0.3",
53
51
  "inquirer": "^12.3.2",
54
52
  "ora": "^8.1.1",
55
- "lodash": "^4.17.21"
53
+ "lodash": "^4.17.21",
54
+ "@qlover/fe-corekit": "1.2.10",
55
+ "@qlover/scripts-context": "0.0.16"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "rollup -c",
@@ -0,0 +1,24 @@
1
+ NODE_ENV=local
2
+
3
+ # ci
4
+ NPM_TOKEN=
5
+ GITHUB_TOKEN=
6
+
7
+ # fe-scripts
8
+ FE_RELEASE_BRANCH=master
9
+ FE_RELEASE=false
10
+ FE_RELEASE_ENV=production
11
+
12
+ # ===== build
13
+ VITE_PUBLIC_PATH=
14
+ VITE_SERVER_PORT=3200
15
+
16
+ # ===== app config
17
+ VITE_USER_TOKEN_STORAGE_KEY=fe_user_token
18
+ VITE_OPEN_AI_MODELS='["gpt-4o-mini","gpt-3.5-turbo","gpt-3.5-turbo-2","gpt-4","gpt-4-32k"]'
19
+ VITE_OPEN_AI_BASE_URL=https://openai-proxy.brain.loocaa.com:1443/v1/
20
+ VITE_OPEN_AI_TOKEN=DlJYSkMVj1x4zoe8jZnjvxfHG6z5yGxK
21
+ VITE_OPEN_AI_TOKEN_PREFIX=Bearer
22
+ VITE_OPEN_AI_REQUIRE_TOKEN=true
23
+ VITE_LOGIN_USER=admin
24
+ VITE_LOGIN_PASSWORD=123456