Compare commits
No commits in common. "444c64b55c388fd14536b49c51b287bc2d39a8b0" and "7c308deb6212a29b9ca2e2790d531a06a9f7486f" have entirely different histories.
444c64b55c
...
7c308deb62
3 changed files with 14 additions and 2234 deletions
|
@ -25,8 +25,7 @@
|
|||
"svelte-check": "^3.4.6",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^5.0.0",
|
||||
"vite": "^4.4.4",
|
||||
"vite-plugin-pwa": "^0.16.4"
|
||||
"vite": "^4.4.4"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
import { sveltekit } from "@sveltejs/kit/vite";
|
||||
import adapter from "@sveltejs/adapter-node";
|
||||
import { VitePWA } from 'vite-plugin-pwa';
|
||||
|
||||
const config = {
|
||||
plugins: [sveltekit(), VitePWA({ registerType: 'autoUpdate' })],
|
||||
plugins: [sveltekit()],
|
||||
test: {
|
||||
include: ["src/**/*.{test,spec}.{js,ts}"],
|
||||
},
|
||||
|
|
2242
frontend/yarn.lock
2242
frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue