Compare commits
No commits in common. "6aea39b08ca7862d9c340c9199a56f79c66c20c3" and "4a98e886393c152d107a96105e3039c3059317ca" have entirely different histories.
6aea39b08c
...
4a98e88639
2 changed files with 1 additions and 4 deletions
|
@ -23,4 +23,4 @@ pipeline:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
branches: maybeitworked
|
||||
branches: main
|
|
@ -5,9 +5,6 @@ import { vitePreprocess } from '@sveltejs/kit/vite';
|
|||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
serviceWorker: {
|
||||
register: false,
|
||||
},
|
||||
adapter: adapter({
|
||||
fallback: null,
|
||||
precompress: true,
|
||||
|
|
Loading…
Reference in a new issue