Commit Graph

75 Commits

Author SHA1 Message Date
Luk
87b60bf581 bug fix: globalthis is mis-spelled. Removed this line. 2025-04-08 15:27:26 +08:00
Luk
b7b8355ce1 use wo.ccxxx instead of console.xxx; accept _clientInfo in get_dynamic_envar() 2025-02-28 13:38:57 +08:00
Luk
c27047b348 添加 event.emit('ENVAR_UPDATED', {envarFile}) 2024-12-07 19:43:20 +08:00
Luk
9a7d03552d rename envar-base-* to envar-config and envar-secret 2024-11-02 20:51:19 +08:00
Luk
f426101042 u 2024-09-23 17:07:10 +08:00
Luk
817cc6d5f7 Merge branch 'main' of https://git.faronear.org/npm/wo-base-envar 2024-09-23 17:05:36 +08:00
Luk
8400181fbd u 2024-09-23 17:05:34 +08:00
Luk
95c59dffca Merge branch 'main' of https://git.faronear.org/npm/wo-base-envar 2024-09-23 16:54:55 +08:00
Luk
f5d0f0e3ef get_simsimPath; require('readline-sync') 2024-09-23 16:54:53 +08:00
luk
353e0b599b require('readline-sync'); get_simsimPath to scan locally installed modules and env files and user input to return simsimPath 2024-09-23 10:58:27 +08:00
Luk
94fa5915b3 ignore *nogit* and *nosf* 2024-09-22 15:51:25 +08:00
Luk
6939fed6e2 add start_watching({interval}) parameter 2024-09-21 11:46:47 +08:00
Luk
0092627935 use assign-deep instead of deepmerge; add start_watching to reload dynamic envar files on file change. 2024-09-21 11:22:24 +08:00
Luk
73a084be8b improve gitignore and seafile-ignore 2024-04-24 14:18:06 +08:00
Luk
def0d19e66 u 2024-02-23 13:26:32 +08:00
Luk
424e363b60 console.xxx({_at,_from,...}) 2024-02-05 11:36:01 +08:00
Luk
c4f591367d updated .gitignore and seafile-ignore.txt using npm/sysconfig/*-ignore-find2merge.sh 2024-01-28 12:17:55 +08:00
9609dac811 u 2023-09-12 19:12:21 +08:00
50c913256e u 2023-09-12 14:00:28 +08:00
b76db63886 add get_envar_chame/sesame/basic 2023-04-16 20:27:36 +08:00
b99a7b06a2 update .gitignore to ignore *.gitignore.* instead of envar-*.gitignore.js 2023-03-11 08:27:01 +08:00
65594f0a5e 'add seafile-ignore.txt to every git repo' 2023-01-12 20:09:49 +08:00
3a26fb9353 update to standard .gitignore 2022-12-10 19:12:26 +08:00
32ed63d42e rename envar files 2022-12-10 18:46:25 +08:00
7323751f68 update [.gitignore] to ignore /unpackage/* except for !/unpackage/res/ 2022-10-06 20:06:19 +08:00
aaf2038e78 [.prettierrc.js] update jsxBracketSameLine:false to bracketSameLine:true so that HTML closing bracket not in a seperate line; [package.json] delete standardx 2022-10-05 13:10:12 +08:00
1c65b96539 把 inProd 定义在每个需要的文件的内部,而不是进行全局定义。 2022-09-19 12:04:43 +08:00
2a94d1e64d define 'inProd' as shortcut instead of process.env.NODE_ENV==='production' 2022-09-19 00:56:36 +08:00
79a5744055 u 2022-08-26 16:51:56 +08:00
08a65ec305 u 2022-08-25 14:56:43 +08:00
a5bdde9a57 use standard [.gitignore] file 2022-08-20 10:25:08 +08:00
006d6dda70 rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*' 2022-08-17 08:59:38 +08:00
72dc6f4e3e 忘了给 merge_envar 也设置读取 *-dev.js 2022-08-16 14:25:37 +08:00
dc17255ddb u 2022-08-16 14:11:50 +08:00
5cff501fef u 2022-08-05 20:20:43 +08:00
1abb5927e3 u 2022-08-05 19:24:48 +08:00
1551fa64a4 Merge branch 'main' of https://git.faronear.org/npm/basend-envar 2022-08-05 19:18:46 +08:00
9af9b79237 u 2022-08-05 17:31:33 +08:00
536045efc4 Merge branch 'main' of https://git.faronear.org/npm/basend-envar 2022-08-04 19:33:57 +08:00
5895d3bbe7 updated 2022-07-30 12:36:50 +08:00
c1a249f1e6 rename Commander_Option_List to commanderOptions 2022-07-23 14:00:54 +08:00
d9251a01af updated 2022-07-23 12:39:59 +08:00
3ca01197d9 u 2022-07-21 09:08:10 +08:00
73fc0541ed merge_envar 支持字符串作为envarFiles,作为文件导入。 2022-06-13 07:56:41 +08:00
64acff7b81 u 2022-06-05 11:30:08 +08:00
675c16f2b4 根据 inDev 来设置dev和prod的不同环境变量值 2022-06-05 09:35:10 +08:00
12d5278aed rename all base.xxx to basend-xxx 2022-06-04 10:51:03 +08:00
454e106826 rename base.enviconfig to base-envar-config 2022-06-04 09:01:00 +08:00
f37c431c62 修改一些名字;让 maskSecret 换用 secretEnvarFile 参数来过滤机密 2022-04-27 09:26:07 +08:00
d391472855 rename envar.production to envar.ENV_PRODUCTION 2022-04-25 15:26:15 +08:00