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 Dec 12, 2023
1 parent 7cf7723 commit 1de0358
Show file tree
Hide file tree
Showing 48 changed files with 2,382 additions and 1,169 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 Dec 3, 2023 10:52 AM UTC.
# Last generated Dec 12, 2023 2:00 AM UTC.

[production]
node >= 20.9.0
Expand Down
3 changes: 2 additions & 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 Dec 3, 2023 10:52 AM UTC.
# Last generated Dec 12, 2023 2:00 AM UTC.

# Locals

Expand Down Expand Up @@ -211,6 +211,7 @@ dist
# npm:Dots

.*
!.well-known

# npm:Configs

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 Dec 3, 2023 10:52 AM UTC.
# Last generated Dec 12, 2023 2:00 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 Dec 3, 2023 10:52 AM UTC.
# Last generated Dec 12, 2023 2:00 AM UTC.

# Locals

Expand Down
3 changes: 2 additions & 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 Dec 3, 2023 10:52 AM UTC.
# Last generated Dec 12, 2023 2:00 AM UTC.

# Locals

Expand Down Expand Up @@ -219,6 +219,7 @@ dist
# npm:Dots

.*
!.well-known

# npm:Configs

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 Dec 3, 2023 10:52 AM UTC.
# Last generated Dec 12, 2023 2:00 AM UTC.

# Packages

Expand Down
57 changes: 32 additions & 25 deletions .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` Dec 3, 2023 10:52 AM UTC.
* Last generated using `./settings.mjs` Dec 12, 2023 2:00 AM UTC.
*/
{
"editor.formatOnType": false,
Expand Down Expand Up @@ -72,8 +72,12 @@
"**/CODEOWNERS": "ignore",
"**/tsconfig.{json,×××××××}": "jsonc",
"**/.vscode/*.{json,×××××××}": "jsonc",
"**/src/cargo/.well-known/**/*.{json,×××××××}": "jsonc",
"**/dist/_headers": "plaintext",
"**/src/cargo/_headers": "plaintext",
"**/dist/_redirects": "plaintext",
"**/src/cargo/_redirects": "plaintext",
"**/src/cargo/manifest.{json,×××××××}": "jsonc",
"**/src/cargo/_routes.{json,×××××××}": "jsonc"
},
"files.exclude": {
Expand Down Expand Up @@ -128,6 +132,7 @@
"**/Network Trash Folder": true,
"**/Temporary Items": true,
".*": true,
".well-known": false,
"*.tsbuildinfo": true,
"*.config.*": true,
"wrangler.*": true,
Expand All @@ -152,6 +157,7 @@
"search.useParentIgnoreFiles": false,
"search.exclude": {
"/.*": true,
"/!**/.well-known": true,
"/*.tsbuildinfo": true,
"/*.config.*": true,
"/wrangler.*": true,
Expand Down Expand Up @@ -227,6 +233,7 @@
"mode": "auto"
}
],
"eslint.probe": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"eslint.options": {
"overrideConfigFile": "./eslint.config.mjs"
Expand Down Expand Up @@ -311,7 +318,7 @@
"markdown.preview.fontSize": 16,
"markdown.preview.lineHeight": 1.5,
"markdown.preview.typographer": true,
"markdown.preview.fontFamily": "Georama, ui-sans-serif, sans-serif",
"markdown.preview.fontFamily": "Georama, sans-serif, 'Apple Color Emoji'",
"markdown.validate.enabled": false,
"mdx.server.enable": false,
"prettier.ignorePath": ".prettierignore",
Expand All @@ -322,7 +329,7 @@
"files.trimTrailingWhitespace": false,
"editor.wordWrap": "on",
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand All @@ -332,175 +339,175 @@
"files.trimTrailingWhitespace": false,
"editor.wordWrap": "on",
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[php]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ruby]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[shellscript]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[dockerfile]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[javascriptreact]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescriptreact]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[css]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[less]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[sql]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[toml]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"[yaml]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ini]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[properties]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[xml]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
Expand Down
3 changes: 2 additions & 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 Dec 3, 2023 10:52 AM UTC.
# Last generated Dec 12, 2023 2:00 AM UTC.

# Locals

Expand Down Expand Up @@ -211,6 +211,7 @@ dist
# npm:Dots

.*
!.well-known

# npm:Configs

Expand Down
22 changes: 22 additions & 0 deletions brand.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/**
* Brand config file.
*
* Vite is aware of this config file's location.
*
* @note CUSTOM EDITS ONLY PLEASE!
* @note In the future this file will be updated automatically.
* @note Only `<custom:start.../custom:end>` will be preserved below.
*/

import baseConfig from './dev/.files/brand/config.mjs';
import { $obj } from './node_modules/@clevercanyon/utilities/dist/index.js';

/*
* Customizations.
* <custom:start> */

export default async (context) => {
return $obj.mergeDeep({}, await baseConfig(context), {});
};

/* </custom:end> */
Loading

0 comments on commit 1de0358

Please sign in to comment.