Skip to content

Commit c45540d

Browse files
committed
fix: ignore astro:env in knip
1 parent 825ac73 commit c45540d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

knip.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ export default {
2323
'tailwindcss',
2424
'wrangler',
2525
'daisyui',
26+
'astro:env',
2627
],
2728
} satisfies KnipConfig

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "marekhonzal-com",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"scripts": {
66
"dev": "astro dev --host",
77
"build": "astro build",

0 commit comments

Comments
 (0)