PR-448199:

Moving Server to src directory.
This commit is contained in:
2022-05-25 23:48:42 +00:00
parent e9bc4f091f
commit 2b698e785a
13 changed files with 7 additions and 4 deletions

View File

@ -13,7 +13,7 @@ const resolvePath = (...args) => path.resolve(ROOT_DIR, ...args);
const BUILD_DIR = resolvePath('build');
const config = {
entry: './index.ts',
entry: './src/index.ts',
target: 'node',
watch: true,
externals: [nodeExternals()],