Compare commits

..

No commits in common. "444c64b55c388fd14536b49c51b287bc2d39a8b0" and "7c308deb6212a29b9ca2e2790d531a06a9f7486f" have entirely different histories.

3 changed files with 14 additions and 2234 deletions

View file

@ -25,8 +25,7 @@
"svelte-check": "^3.4.6", "svelte-check": "^3.4.6",
"tslib": "^2.4.1", "tslib": "^2.4.1",
"typescript": "^5.0.0", "typescript": "^5.0.0",
"vite": "^4.4.4", "vite": "^4.4.4"
"vite-plugin-pwa": "^0.16.4"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {

View file

@ -1,9 +1,8 @@
import { sveltekit } from "@sveltejs/kit/vite"; import { sveltekit } from "@sveltejs/kit/vite";
import adapter from "@sveltejs/adapter-node"; import adapter from "@sveltejs/adapter-node";
import { VitePWA } from 'vite-plugin-pwa';
const config = { const config = {
plugins: [sveltekit(), VitePWA({ registerType: 'autoUpdate' })], plugins: [sveltekit()],
test: { test: {
include: ["src/**/*.{test,spec}.{js,ts}"], include: ["src/**/*.{test,spec}.{js,ts}"],
}, },

File diff suppressed because it is too large Load diff