Skip to content

Commit

Permalink
feat: ✨ added sponsorkit config
Browse files Browse the repository at this point in the history
  • Loading branch information
miggi92 committed Aug 22, 2024
1 parent 0b5248a commit 209a1a8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "miggi92-static",
"version": "1.0.0",
"repository": "github:miggi92/static",
"scripts": {
"build": "sponsorkit"
},
"devDependencies": {
"@types/node": "^22.0.2",
"sponsorkit": "^0.15.2"
},
"packageManager": "pnpm@9.7.1"
Expand Down
15 changes: 15 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions sponsor.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig, tierPresets } from 'sponsorkit'

export default defineConfig({
formats: ['svg', 'png'],
})

0 comments on commit 209a1a8

Please sign in to comment.