Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 6, 2024
1 parent 9c7c77e commit cdd824b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 9 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@

## ...main


### 🏡 Chore

- Initial commit ([0d2505b](https://github.com/stacksjs/bun-config/commit/0d2505b))
- Wip ([2530d87](https://github.com/stacksjs/bun-config/commit/2530d87))
- Wip ([647e3e5](https://github.com/stacksjs/bun-config/commit/647e3e5))
- Wip ([420a65e](https://github.com/stacksjs/bun-config/commit/420a65e))
- Wip ([e95123e](https://github.com/stacksjs/bun-config/commit/e95123e))
- Wip ([9c7c77e](https://github.com/stacksjs/bun-config/commit/9c7c77e))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))

## ...main


### 🏡 Chore

- Initial commit ([0d2505b](https://github.com/stacksjs/bun-config/commit/0d2505b))
- Wip ([2530d87](https://github.com/stacksjs/bun-config/commit/2530d87))
- Wip ([647e3e5](https://github.com/stacksjs/bun-config/commit/647e3e5))
- Wip ([420a65e](https://github.com/stacksjs/bun-config/commit/420a65e))
- Wip ([e95123e](https://github.com/stacksjs/bun-config/commit/e95123e))
- Wip ([9c7c77e](https://github.com/stacksjs/bun-config/commit/9c7c77e))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))

## v0.3.1...main

[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.3.1...main)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ console.log(resolvedConfig) // { port: 3000, host: 'localhost' }, unless a confi
> [!TIP]
> If your process.cwd() includes a `$name.config.{ts,js,mjs,cjs}` file, it will be loaded and merged with the defaults, with file config file values taking precedence.

## Testing

```bash
Expand Down
9 changes: 7 additions & 2 deletions build.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { dts } from 'bun-plugin-dts-auto'
// import { dts } from 'bun-plugin-dtsx'

console.log('Building...')

await Bun.build({
entrypoints: ['src/index.ts'],
outdir: './dist',
plugins: [dts()],
target: 'bun',
// plugins: [dts()],
})

console.log('Built')
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ export default stacks({
typescript: true,
jsonc: true,
yaml: true,
ignores: [
'fixtures/**',
],
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "bun-config",
"type": "module",
"version": "0.4.0",
"description": "A simple TypeScript starter kit using Bun.",
"version": "0.0.0",
"description": "A smart & fully-typed configuration loader for Bun.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/bun-config#readme",
Expand Down
2 changes: 1 addition & 1 deletion pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.1.31
bun.sh: ^1.1.33

0 comments on commit cdd824b

Please sign in to comment.