mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-12 18:43:47 +00:00
refactor(*): Move server into src
This commit is contained in:
+1
-9
@@ -2,13 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
fs: {
|
||||
allow: [
|
||||
'/workspaces/EstimationPoker/server/classes/',
|
||||
'/workspaces/EstimationPoker/server/classes/messages/',
|
||||
],
|
||||
},
|
||||
},
|
||||
plugins: [sveltekit()]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user