mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
small tweaks
This commit is contained in:
parent
512498b487
commit
e1481e0174
5 changed files with 17 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue