Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Nov 22, 2023
1 parent e35b1c2 commit 54668da
Show file tree
Hide file tree
Showing 4 changed files with 1,181 additions and 172 deletions.
7 changes: 7 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# TODO

This page documents all the TODO items in this project.

- <a href='https://github.com/cha0s/flecks/tree/86f5ed7/packages/dox/src/parser.js#L309'>@flecks/dox/src/parser.js:309:6</a>
> @todo Aliased fleck paths are gonna be bad.
- <a href='https://github.com/cha0s/flecks/tree/86f5ed7/packages/governor/src/limiter.js#L10'>@flecks/governor/src/limiter.js:10:2</a>
> @todo node-redis@4
- <a href='https://github.com/cha0s/flecks/tree/86f5ed7/packages/web/src/server/build/web.webpack.config.js#L50'>@flecks/web/src/server/build/web.webpack.config.js:50:4</a>
> @todo source maps working?
14 changes: 7 additions & 7 deletions build-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ This page documents all the build configuration files in this project.

## `babel.config.js`

*No description provided.*
Babel configuration. See: https://babeljs.io/docs/en/config-files

## `default.eslint.config.js`

*No description provided.*
ESLint defaults. The default `eslint.config.js` just reads from this file so that the build process can dynamically configure parts of ESLint.

## `eslint.config.js`

*No description provided.*
ESLint configuration. See: https://eslint.org/docs/user-guide/configuring/

## `fleckspack.config.js`

*No description provided.*
Flecks webpack configuration. See: https://webpack.js.org/configuration/

## `postcss.config.js`

*No description provided.*
PostCSS config file. See: https://github.com/postcss/postcss#usage

## `template.ejs`

*No description provided.*
Template file used to generate the client HTML. See: https://github.com/jantimon/html-webpack-plugin/blob/main/docs/template-option.md

## `webpack.config.js`

*No description provided.*
Webpack configuration. See: https://webpack.js.org/configuration/
Loading

0 comments on commit 54668da

Please sign in to comment.