Skip to content

Commit 3a92a8f

Browse files
committed
Build for production
1 parent 802937d commit 3a92a8f

File tree

5 files changed

+40
-39
lines changed

5 files changed

+40
-39
lines changed

client/dist/assets/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@
12091209
"script.property-editname": "Edit Script name",
12101210
"script.property-name": "Name",
12111211
"script.property-addfnc-param": "Add Script parameter",
1212+
"script.property-async-function": "Async function",
12121213
"script.param-title": "Script parameter",
12131214
"script.param-name": "Name",
12141215
"script.param-type": "Type",

client/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
</div>
4646
</div>
4747
</app-root>
48-
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.18dcd5c3f2c8b1c4.js" type="module"></script>
48+
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.a1dabdb6375e4b3b.js" type="module"></script>
4949

5050
</body></html>

client/dist/main.18dcd5c3f2c8b1c4.js renamed to client/dist/main.a1dabdb6375e4b3b.js

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa",
3-
"version": "1.2.1-2046",
3+
"version": "1.2.1-2051",
44
"keywords": [],
55
"author": "frangoteam <info@frangoteam.org>",
66
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa-server",
3-
"version": "1.2.1-2046",
3+
"version": "1.2.1-2051",
44
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)