Skip to content

Commit

Permalink
finish vercel migration
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Feb 10, 2023
1 parent 7d33046 commit 7349f8e
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 47 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"format": "prettier --plugin-search-dir nosbin --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-cloudflare": "^2.0.1",
"@sveltejs/kit": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
Expand All @@ -39,12 +37,13 @@
},
"type": "module",
"dependencies": {
"@fontsource/righteous": "^4.5.7",
"@fontsource/montserrat": "^4.5.14",
"@fontsource/righteous": "^4.5.7",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/svelte-fontawesome": "^0.2.0",
"@sveltejs/adapter-vercel": "^2.0.2",
"nostr-relaypool": "^0.4.9",
"nostr-tools": "git+https://github.com/nbd-wtf/nostr-tools.git#cb05ee188f18e13f5c93b0c1ca40afb482e12b10",
"svelte-markdown": "^0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import preprocess from "svelte-preprocess";
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import adapter from "@sveltejs/adapter-auto";
import adapter from "@sveltejs/adapter-vercel";
import { vitePreprocess } from "@sveltejs/kit/vite";

/** @type {import('@sveltejs/kit').Config} */
Expand Down
Loading

1 comment on commit 7349f8e

@vercel
Copy link

@vercel vercel bot commented on 7349f8e Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nosbin – ./

nosbin.vercel.app
nosbin-jacany.vercel.app
nosbin-git-master-jacany.vercel.app
nosbin.com

Please sign in to comment.