Autogen SolidJS template with auth
This commit is contained in:
8
ui/app.config.ts
Normal file
8
ui/app.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "@solidjs/start/config";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
export default defineConfig({
|
||||
ssr: true, // false for client-side rendering only
|
||||
server: { preset: "" }, // your deployment
|
||||
vite: { plugins: [tailwindcss()] }
|
||||
});
|
||||
Reference in New Issue
Block a user