Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Apr 12, 2024
1 parent 87cfc78 commit 6494105
Show file tree
Hide file tree
Showing 7 changed files with 24,619 additions and 23,055 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.2.2/schema.json",
"files": {
"ignore": ["node_modules/**/*", "dist/**/*"]
"ignore": ["node_modules/**/*", "build/**/*", "dist/**/*"]
},
"organizeImports": {
"enabled": true
Expand Down
3 changes: 3 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ import { defineBuildConfig } from "unbuild";
export default defineBuildConfig({
entries: ["./src/index"],
outDir: "build",
rollup: {
inlineDependencies: true,
},
});
Loading

0 comments on commit 6494105

Please sign in to comment.