move to cloudflare workers (#1229)

* move to cloudflare workers

* remove junk
This commit is contained in:
Geometrically
2023-07-03 17:23:19 -07:00
committed by GitHub
parent 05d994889d
commit 4c8c35a25a
7 changed files with 1771 additions and 942 deletions

View File

@@ -5,7 +5,7 @@
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"postinstall": "nuxi prepare && patch-package",
"lint:js": "eslint . --ext .js,.vue,.ts",
"lint": "npm run lint:js && prettier --check .",
"fix": "eslint . --fix --ext .js,.vue,.ts && prettier --write .",
@@ -33,7 +33,8 @@
"typescript": "^5.0.4",
"vite-plugin-eslint": "^1.8.1",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.6.5",
"patch-package": "^7.0.0"
},
"dependencies": {
"@ltd/j-toml": "^1.38.0",