mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 12:27:46 +00:00
chore: don't gitignore build.config.ts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,5 +5,4 @@ dist
|
||||
.DS_Store
|
||||
.eslintcache
|
||||
*.log*
|
||||
*.conf*
|
||||
*.env*
|
||||
|
||||
7
build.config.ts
Normal file
7
build.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineBuildConfig } from "unbuild";
|
||||
|
||||
export default defineBuildConfig({
|
||||
rollup: {
|
||||
inlineDependencies: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user