mirror of
https://github.com/janishutz/libreevent.git
synced 2026-03-14 23:20:06 +01:00
finish moving setup to own webapp
This commit is contained in:
@@ -4,13 +4,16 @@ import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
vue(),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
export default defineConfig( {
|
||||
plugins: [
|
||||
vue(),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath( new URL( './src', import.meta.url ) )
|
||||
},
|
||||
},
|
||||
server: {
|
||||
'port': 8080
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user