Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Jan 16, 2024
1 parent c9314f1 commit 8564938
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 13, 2024 12:04 PM UTC.
# Last generated Jan 16, 2024 3:38 PM UTC.

[production]
node >= 20.9.0
Expand Down
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 13, 2024 12:04 PM UTC.
# Last generated Jan 16, 2024 3:38 PM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 13, 2024 12:04 PM UTC.
# Last generated Jan 16, 2024 3:38 PM UTC.

# Default

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 13, 2024 12:04 PM UTC.
# Last generated Jan 16, 2024 3:38 PM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 13, 2024 12:04 PM UTC.
# Last generated Jan 16, 2024 3:38 PM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 13, 2024 12:04 PM UTC.
# Last generated Jan 16, 2024 3:38 PM UTC.

# Packages

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @note This entire file will be updated automatically.
* @note Instead of editing here, please review `./settings.mjs`.
*
* Last generated using `./settings.mjs` Jan 13, 2024 12:04 PM UTC.
* Last generated using `./settings.mjs` Jan 16, 2024 3:38 PM UTC.
*/
{
"editor.formatOnType": false,
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Jan 13, 2024 12:04 PM UTC.
# Last generated Jan 16, 2024 3:38 PM UTC.

# Locals

Expand Down
6 changes: 6 additions & 0 deletions dev/.files/typescript/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ export default async () => {
'vite/client', //
'@types/mdx',
'unplugin-icons/types/preact',
'dayjs/plugin/advancedFormat',
'dayjs/plugin/customParseFormat',
'dayjs/plugin/localizedFormat',
'dayjs/plugin/timezone',
'dayjs/plugin/toObject',
'dayjs/plugin/utc',
],
jsx: 'react-jsx',
jsxImportSource: 'preact',
Expand Down
Loading

0 comments on commit 8564938

Please sign in to comment.