Add NO_PUBLIC_PATH for worker example

This commit is contained in:
Valentin Semirulnik 2021-03-20 02:07:17 +03:00 committed by GitHub
parent dd80303dc5
commit e912f50924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
global.NO_TARGET_ARGS = true;
global.NO_PUBLIC_PATH = true;
require("../build-common");