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 303ad6f commit b24f3ea
Show file tree
Hide file tree
Showing 13 changed files with 97 additions and 94 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 16, 2024 7:41 PM UTC.
# Last generated Jan 16, 2024 8:14 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 16, 2024 7:41 PM UTC.
# Last generated Jan 16, 2024 8:14 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 16, 2024 7:41 PM UTC.
# Last generated Jan 16, 2024 8:14 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 16, 2024 7:41 PM UTC.
# Last generated Jan 16, 2024 8:14 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 16, 2024 7:41 PM UTC.
# Last generated Jan 16, 2024 8:14 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 16, 2024 7:41 PM UTC.
# Last generated Jan 16, 2024 8:14 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 16, 2024 7:41 PM UTC.
* Last generated using `./settings.mjs` Jan 16, 2024 8:14 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 16, 2024 7:41 PM UTC.
# Last generated Jan 16, 2024 8:14 PM UTC.

# Locals

Expand Down
19 changes: 11 additions & 8 deletions dev/.files/wrangler/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import path from 'node:path';
import { $fs } from '../../../node_modules/@clevercanyon/utilities.node/dist/index.js';
import { $obp, $path } from '../../../node_modules/@clevercanyon/utilities/dist/index.js';
import { $obp } from '../../../node_modules/@clevercanyon/utilities/dist/index.js';
import extensions from '../bin/includes/extensions.mjs';
import u from '../bin/includes/utilities.mjs';
import wranglerSettings from './settings.mjs';
Expand Down Expand Up @@ -165,14 +165,17 @@ export default async () => {
command: 'npx @clevercanyon/madrun build --mode=prod',
},
// Worker sites; i.e., bucket configuration.
// Disabled by default and not necessary any longer.
// Prefer using R2 for any static files used by workers.
// Or, build a Cloudflare Pages site instead of just a worker.
// site: {
// bucket: './' + path.relative(projDir, './dist/assets'),
// exclude: [
// ...$path.defaultNPMIgnores(),
// '/a16s', // A16s (top-level only).
// ],
// },

site: {
bucket: './' + path.relative(projDir, './dist/assets'),
exclude: [
...$path.defaultNPMIgnores(),
'/a16s', // A16s (top-level only).
],
},
// Worker route configuration.

route: {
Expand Down
Loading

0 comments on commit b24f3ea

Please sign in to comment.