Fix sticker creator in our new typescriptified world

This commit is contained in:
Scott Nonnenberg
2022-06-13 18:48:07 -07:00
committed by GitHub
parent f2af71f8b5
commit 68f27c1c7c
15 changed files with 381 additions and 311 deletions

View File

@@ -68,7 +68,7 @@ esbuild.build({
format: 'cjs',
mainFields: ['browser', 'main'],
entryPoints: glob
.sync('{app,ts}/**/*.{ts,tsx}', {
.sync('{app,ts,sticker-creator}/**/*.{ts,tsx}', {
nodir: true,
root: ROOT_DIR,
})