small tweaks

This commit is contained in:
Alex Dima 2021-11-16 10:18:57 +01:00
parent 512498b487
commit e1481e0174
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
5 changed files with 17 additions and 11 deletions

View file

@ -9,9 +9,11 @@ const fs = require('fs');
const path = require('path');
const cp = require('child_process');
const esbuild = require('esbuild');
/** @type {any} */
const alias = require('esbuild-plugin-alias');
const REPO_ROOT = path.join(__dirname, '..');
const REPO_ROOT = path.join(__dirname, '../');
exports.REPO_ROOT = REPO_ROOT;
/**
* @param {string} dirname