Switch to svelte bun adapter, add git link

This commit is contained in:
split / May 2024-07-10 23:10:35 -07:00
parent 47d8c18e2d
commit 6511720e4a
Signed by: split
GPG key ID: C325C61F0BF517C0
4 changed files with 4 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -1,6 +1,6 @@
{ {
"name": "ava", "name": "ava",
"version": "1.0.0", "version": "1.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",
@ -20,6 +20,7 @@
"prettier-plugin-svelte": "^3.1.2", "prettier-plugin-svelte": "^3.1.2",
"prisma": "^5.16.2", "prisma": "^5.16.2",
"svelte": "^4.2.7", "svelte": "^4.2.7",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.6.0", "svelte-check": "^3.6.0",
"tslib": "^2.4.1", "tslib": "^2.4.1",
"typescript": "^5.0.0", "typescript": "^5.0.0",

View file

@ -10,4 +10,5 @@
<p> <p>
If you'd like to set a profile picture, <a href="/set">click here</a>. If you'd like to set a profile picture, <a href="/set">click here</a>.
If logged out, you will be redirected to the <abbr title="OpenID Connect">OIDC</abbr> provider of this instance. If logged out, you will be redirected to the <abbr title="OpenID Connect">OIDC</abbr> provider of this instance.
The source code for ava is available under the MIT License at <a href="https://git.sucks.win/split/ava">git.sucks.win/split/ava</a>.
</p> </p>

View file

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto'; import adapter from 'svelte-adapter-bun';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */ /** @type {import('@sveltejs/kit').Config} */