refactor(server): use cpp target instead of neko

This commit is contained in:
2023-01-02 14:36:44 +03:00
parent 1cfc98dd57
commit a39b02bfe7
7 changed files with 70 additions and 14 deletions

8
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"gulp": "^4.0.0",
"gulp-add": "0.0.2",
"gulp-clean": "^0.4.0",
"gulp-haxetool": "0.1.3",
"gulp-haxetool": "^0.1.9",
"yargs": "^13.2.4"
}
},
@@ -3296,9 +3296,9 @@
}
},
"node_modules/gulp-haxetool": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/gulp-haxetool/-/gulp-haxetool-0.1.3.tgz",
"integrity": "sha512-oaJIOHc1TGBsFEjuVV6ON1050umCZbpy61ph1Qt6/p+f5NO2WWnbVFhoH+0dL2GedCHEiuihbzpVzV1DT9jsXg==",
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/gulp-haxetool/-/gulp-haxetool-0.1.9.tgz",
"integrity": "sha512-ABS3nWVrGMA0iLnIoOHl06zp6OOB9BCE5Nda0cpuaKVX2LGMPnJMhxPJNDQXvMhYTDnX90z2EpyIFDH6Pyv37A==",
"dev": true,
"dependencies": {
"ansi-colors": "^1.1.0",