puter/packages/backend
Sam Atkins 9b3dd6b753 chore: Fix eslint issues in backend util
/puter/packages/backend/src/util/stdioutil.js
  26:24  error  Unexpected control character(s) in regular expression: \x1b  no-control-regex

/puter/packages/backend/src/util/streamutil.js
  368:1  error  'string_to_stream' is not defined  no-undef
  463:5  error  'string_to_stream' is not defined  no-undef

/puter/packages/backend/src/util/strutil.js
  42:1  error  'format_as_usd' is not defined  no-undef
  56:5  error  'format_as_usd' is not defined  no-undef
2024-05-02 11:21:50 +01:00
..
doc Release backend 2024-03-30 19:08:03 -04:00
packages/puter-js-common Rename workspace modules to avoid confusion 2024-04-23 04:06:15 -04:00
src chore: Fix eslint issues in backend util 2024-05-02 11:21:50 +01:00
tools Add TokenService and test utility 2024-04-29 21:11:31 -04:00
.gitignore Release backend 2024-03-30 19:08:03 -04:00
exports.js Separate default user into SelfhostedModule 2024-04-01 17:24:07 -04:00
package.json refactor: normalize email calls 2024-04-29 17:34:24 -04:00
README.md Add README.md to backend directory 2024-03-30 19:23:43 -04:00