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 Feb 6, 2024
1 parent fbf5676 commit c6e4e0e
Show file tree
Hide file tree
Showing 62 changed files with 167 additions and 65,513 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 Feb 4, 2024 7:49 AM UTC.
# Last generated Feb 6, 2024 9:13 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 Feb 4, 2024 7:49 AM UTC.
# Last generated Feb 6, 2024 9:13 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 Feb 4, 2024 7:49 AM UTC.
# Last generated Feb 6, 2024 9:13 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 Feb 4, 2024 7:49 AM UTC.
# Last generated Feb 6, 2024 9:13 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 Feb 4, 2024 7:49 AM UTC.
# Last generated Feb 6, 2024 9:13 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 Feb 4, 2024 7:49 AM UTC.
# Last generated Feb 6, 2024 9:13 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` Feb 4, 2024 7:49 AM UTC.
* Last generated using `./settings.mjs` Feb 6, 2024 9:13 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 Feb 4, 2024 7:49 AM UTC.
# Last generated Feb 6, 2024 9:13 AM UTC.

# Locals

Expand Down
5 changes: 5 additions & 0 deletions dev-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ interface FormData {
entries(): IterableIterator<[key: string, value: string | Blob]>;
}

/**
* Declares PWA install event, which we implement for SPAs.
*/
declare var pwaInstallEvent: Event & { prompt: () => void };

/*
* Customizations.
*
Expand Down
1 change: 1 addition & 0 deletions dev/.files/assets/brands/c10n/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory can be removed soon. Just waiting on next full update to complete.
Loading

0 comments on commit c6e4e0e

Please sign in to comment.