mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-26 17:28:56 +00:00
new examples
This commit is contained in:
14
node/vue/ssr/vite.config.ts
Normal file
14
node/vue/ssr/vite.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: './index.html',
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user