inital commit
This commit is contained in:
commit
85fa9aff4a
119 changed files with 3292 additions and 0 deletions
12
app.config.ts
Normal file
12
app.config.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { defineConfig } from '@solidjs/start/config';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
|
||||
export default defineConfig({
|
||||
ssr: true,
|
||||
server: {
|
||||
preset: 'bun',
|
||||
},
|
||||
vite: {
|
||||
plugins: [tsconfigPaths({ root: './' })],
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue