• R/O
  • SSH

fcf: 提交

FCF - Full Stack Javascript Framework

OpenSource is a full stack development framework designed to simplify the development of WEB projects of various complexity levels.

It is based on unique technologies that open up new opportunities in development approaches with NODEJS.


Commit MetaInfo

修订版f98c48675768be621ef78c7f7499b1c294d740ad (tree)
时间2022-08-04 10:56:04
作者Vladimir Markin <v.o.markin221@gmai...>
CommiterVladimir Markin

Log Message

fix comments in templetes

更改概述

差异

diff -r ea5511efda00 -r f98c48675768 mngr/templates/package/__aFCFGENARG_1z__/package.config
--- a/mngr/templates/package/__aFCFGENARG_1z__/package.config Tue Aug 02 16:51:57 2022 +0300
+++ b/mngr/templates/package/__aFCFGENARG_1z__/package.config Thu Aug 04 04:56:04 2022 +0300
@@ -89,7 +89,7 @@
8989 // The key is the full name of the system variable, and the value is a object with a description
9090
9191 systemVariables: {
92- // "[SYSTEM_VALIABLE_NAME]": {
92+ // "[SYSTEM_VARIABLE_NAME]": {
9393 // description: "[DESCRIPTION]",
9494 // value: "[VALUE]",
9595 // }
diff -r ea5511efda00 -r f98c48675768 mngr/templates/project/__aFCFGENARG_1z__/settings.config
--- a/mngr/templates/project/__aFCFGENARG_1z__/settings.config Tue Aug 02 16:51:57 2022 +0300
+++ b/mngr/templates/project/__aFCFGENARG_1z__/settings.config Thu Aug 04 04:56:04 2022 +0300
@@ -122,7 +122,7 @@
122122 // The key is the full name of the system variable, and the value is a object with a description
123123
124124 systemVariables: {
125- // "[SYSTEM_VALIABLE_NAME]": {
125+ // "[SYSTEM_VARIABLE_NAME]": {
126126 // description: "[DESCRIPTION]",
127127 // value: "[VALUE]",
128128 // }
diff -r ea5511efda00 -r f98c48675768 packages/fcfJodit/package.config
--- a/packages/fcfJodit/package.config Tue Aug 02 16:51:57 2022 +0300
+++ b/packages/fcfJodit/package.config Thu Aug 04 04:56:04 2022 +0300
@@ -58,7 +58,7 @@
5858 // The key is the full name of the system variable, and the value is a object with a description
5959
6060 systemVariables: {
61- // "[SYSTEM_VALIABLE_NAME]": {
61+ // "[SYSTEM_VARIABLE_NAME]": {
6262 // description: "[DESCRIPTION]",
6363 // value: "[VALUE]",
6464 // }
Show on old repository browser