build(deps-dev): add Wrangler CLI for CF Pages deploy via GitLab CI [skip ci]

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-03-24 18:22:20 +00:00
parent d9b6b87724
commit 06fc9fdf32
4 changed files with 2618 additions and 4 deletions

2
.gitignore vendored
View file

@ -5,3 +5,5 @@ site
venv venv
.venv .venv
.cache .cache
node_modules
.env

View file

@ -13,7 +13,8 @@
"markdown", "markdown",
"readme", "readme",
"meta", "meta",
"global" "global",
"deps-dev"
], ],
"conventionalCommits.autoCommit": false, "conventionalCommits.autoCommit": false,
"conventionalCommits.promptCI": true, "conventionalCommits.promptCI": true,

2610
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -16,5 +16,8 @@
"bugs": { "bugs": {
"url": "https://todo.sr.ht/~ajhalili2006/tildeweb" "url": "https://todo.sr.ht/~ajhalili2006/tildeweb"
}, },
"homepage": "https://git.sr.ht/~ajhalili2006/tildeweb#readme" "homepage": "https://git.sr.ht/~ajhalili2006/tildeweb#readme",
"devDependencies": {
"wrangler": "^2.13.0"
}
} }