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
|
||||
|
||||
# User uploads
|
||||
uploads
|
||||
uploads/logos/*
|
||||
uploads/avatars/*
|
||||
uploads/resumes/*
|
||||
|
||||
@ -20,6 +20,7 @@ services:
|
||||
- fbla25
|
||||
volumes:
|
||||
- ./.env:/srv/FBLA25/.env
|
||||
- ./static/:/srv/FBLA25/static/
|
||||
|
||||
networks:
|
||||
fbla25:
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import { sveltePreprocess } from 'svelte-preprocess';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user