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 Mar 22, 2024
1 parent 96c6e49 commit ee78288
Show file tree
Hide file tree
Showing 14 changed files with 487 additions and 470 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 Mar 14, 2024 3:54 AM UTC.
# Last generated Mar 22, 2024 8:33 AM 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 Mar 14, 2024 3:54 AM UTC.
# Last generated Mar 22, 2024 8:33 AM 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 Mar 14, 2024 3:54 AM UTC.
# Last generated Mar 22, 2024 8:33 AM 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 Mar 14, 2024 3:54 AM UTC.
# Last generated Mar 22, 2024 8:33 AM 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 Mar 14, 2024 3:54 AM UTC.
# Last generated Mar 22, 2024 8:33 AM 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 Mar 14, 2024 3:54 AM UTC.
# Last generated Mar 22, 2024 8:33 AM 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` Mar 14, 2024 3:54 AM UTC.
* Last generated using `./settings.mjs` Mar 22, 2024 8:33 AM 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 Mar 14, 2024 3:54 AM UTC.
# Last generated Mar 22, 2024 8:33 AM UTC.

# Locals

Expand Down
1 change: 1 addition & 0 deletions dev/.files/typescript/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default async () => {
'dayjs/plugin/advancedFormat',
'dayjs/plugin/customParseFormat',
'dayjs/plugin/localizedFormat',
'dayjs/plugin/relativeTime',
'dayjs/plugin/timezone',
'dayjs/plugin/toObject',
'dayjs/plugin/utc',
Expand Down
5 changes: 4 additions & 1 deletion dev/.files/vite/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,10 @@ export default async ({ mode, command, isSsrBuild: isSSRBuild }) => {
},
optimizeDeps: {
force: true, // Don’t use cache for optimized deps; recreate.
esbuildOptions: { plugins: [await viteMDXESBuildConfig({ projDir })] },
esbuildOptions: {
external: ['cloudflare:sockets'],
plugins: [await viteMDXESBuildConfig({ projDir })],
},
// Preact is required by prefresh plugin; {@see https://o5p.me/WmuefH}.
...(prefreshEnable ? { include: ['preact', 'preact/jsx-runtime', 'preact/hooks', 'preact/compat', '@preact/signals'] } : {}),
},
Expand Down
Loading

0 comments on commit ee78288

Please sign in to comment.