server fixes
This commit is contained in:
parent
77f3d182d4
commit
f79aafab0b
4
.gitignore
vendored
4
.gitignore
vendored
@ -28,4 +28,6 @@ vite.config.ts.timestamp-*
|
|||||||
postgresql
|
postgresql
|
||||||
|
|
||||||
# User uploads
|
# User uploads
|
||||||
uploads
|
uploads/logos/*
|
||||||
|
uploads/avatars/*
|
||||||
|
uploads/resumes/*
|
||||||
|
|||||||
@ -20,6 +20,7 @@ services:
|
|||||||
- fbla25
|
- fbla25
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/srv/FBLA25/.env
|
- ./.env:/srv/FBLA25/.env
|
||||||
|
- ./static/:/srv/FBLA25/static/
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
fbla25:
|
fbla25:
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
import adapter from '@sveltejs/adapter-node';
|
import adapter from '@sveltejs/adapter-node';
|
||||||
import { sveltePreprocess } from 'svelte-preprocess';
|
import { sveltePreprocess } from 'svelte-preprocess';
|
||||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
|
||||||
|
|
||||||
/** @type {import('@sveltejs/kit').Config} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user