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 14, 2024
1 parent 693e75a commit ae8b5b2
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 89 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 2:39 AM UTC.
# Last generated Mar 14, 2024 3:56 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 2:39 AM UTC.
# Last generated Mar 14, 2024 3:56 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 2:39 AM UTC.
# Last generated Mar 14, 2024 3:56 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 2:39 AM UTC.
# Last generated Mar 14, 2024 3:56 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 2:39 AM UTC.
# Last generated Mar 14, 2024 3:56 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 2:39 AM UTC.
# Last generated Mar 14, 2024 3:56 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 2:39 AM UTC.
* Last generated using `./settings.mjs` Mar 14, 2024 3:56 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 2:39 AM UTC.
# Last generated Mar 14, 2024 3:56 AM UTC.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion dev/.files/vite/includes/vitest/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default async ({ projDir, srcDir, logsDir, targetEnv, vitestSandboxEnable
: ['node', 'any'].includes(targetEnv) ? 'node' // <https://o5p.me/Gf9Cy5>.
: /* fallback */ 'node', // prettier-ignore

...(['cfp', 'cfw'].includes(targetEnv) ? { environmentOptions: { kvNamespaces: ['KV'] } } : {}),
...(['cfp', 'cfw'].includes(targetEnv) ? { environmentOptions: { kvNamespaces: ['RT_KV', 'KV'] } } : {}),

// See: <https://o5p.me/8Pjw1d> for `environment`, `environmentMatchGlobs` precedence.
environmentMatchGlobs: [
Expand Down
Loading

0 comments on commit ae8b5b2

Please sign in to comment.