Skip to content
Snippets Groups Projects
Commit b80c6aa3 authored by ExtraDev's avatar ExtraDev
Browse files

Add api cors, create endpoints to get teams and editions, create main frontend...

Add api cors, create endpoints to get teams and editions, create main frontend component to display teams
parent 4280d622
No related branches found
No related tags found
No related merge requests found
/// <reference types="svelte" />
/// <reference types="vite/client" />
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()]
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment