build: update haxework version

This commit is contained in:
2023-01-04 10:54:04 +03:00
parent a39b02bfe7
commit f6f729e8d4
4 changed files with 12 additions and 5 deletions

9
.vscode/launch.json vendored
View File

@@ -45,6 +45,15 @@
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
"request": "launch",
"type": "node"
},
{
"args": [
"server:cpp:test"
],
"name": "server:cpp:test",
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
"request": "launch",
"type": "node"
}
]
}

View File

@@ -1,5 +1,5 @@
all:
hosts: shmyga.ru
vars:
service_host: 172.31.1.100
service_host: 213.139.208.180
config_src: "/home/holop/tankz/config.json"

View File

@@ -54,7 +54,7 @@ const config = new Project.Config({
'src/common/resources/config',
],
flags: [
//'proto_debug',
'proto_debug',
],
macros: [
`CompilationOption.set('build','${dateformat(new Date(), 'yyyy-mm-dd HH:MM:ss')}')`,

View File

@@ -11,13 +11,11 @@
"yargs": "^13.2.4"
},
"haxeDependencies": {
"haxework": "git@bitbucket.org:shmyga/haxework.git",
"haxework": "1.3.0",
"lime": "8.0.0",
"openfl": "9.2.0",
"hxcpp": "4.2.1",
"promhx": "1.1.0",
"protohx": "0.4.6",
"yaml": "2.0.1",
"orm": "2.1.0",
"haxe-crypto": "0.0.8",
"svg": "1.1.3"