From f6f729e8d42348893c93b77b19ff3f63ea6af194 Mon Sep 17 00:00:00 2001 From: shmyga Date: Wed, 4 Jan 2023 10:54:04 +0300 Subject: [PATCH] build: update haxework version --- .vscode/launch.json | 9 +++++++++ ansible/prod/inventory.yml | 2 +- gulpfile.js | 2 +- package.json | 4 +--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index cfeeb9b..14af57e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" } ] } \ No newline at end of file diff --git a/ansible/prod/inventory.yml b/ansible/prod/inventory.yml index f5bc6fe..72ba505 100644 --- a/ansible/prod/inventory.yml +++ b/ansible/prod/inventory.yml @@ -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" diff --git a/gulpfile.js b/gulpfile.js index f184922..4858fa8 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -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')}')`, diff --git a/package.json b/package.json index 9de84c4..ffb9fb1 100755 --- a/package.json +++ b/package.json @@ -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"