This is the initial commit of the sveltekit version of On The Spectrum:
A game brought to you by Sludge and Friends
This commit is contained in:
9
vite.config.ts
Normal file
9
vite.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
port: 4321
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user