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

4
.gitignore vendored
View file

@ -4,4 +4,6 @@ public_ctrl-c
site
venv
.venv
.cache
.cache
node_modules
.env

View file

@ -13,7 +13,8 @@
"markdown",
"readme",
"meta",
"global"
"global",
"deps-dev"
],
"conventionalCommits.autoCommit": false,
"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": {
"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"
}
}