Remove Sticker Creator in favor of Web App

This commit is contained in:
Fedor Indutny 2023-03-15 17:59:30 -07:00 committed by GitHub
parent 78f0626e68
commit f84b6a31dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
117 changed files with 67 additions and 5269 deletions

View file

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