chore: cleanup unused files and update gitignore
Some checks failed
ci/woodpecker/push/build Pipeline failed

- Remove MONETIZATION.md and README.md
- Add dist/ to gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Josh 2026-01-12 02:02:52 +02:00
parent ac04d7f346
commit a045da82b7
6 changed files with 18 additions and 191 deletions

View file

@ -36,7 +36,7 @@ export default defineConfig(({ command }) => ({
formats: ['iife'],
fileName: () => 'owner-tools.js'
},
outDir: '../../internal/build/assets/js',
outDir: '../../internal/tenant/assets/js',
emptyOutDir: false
}
}))