add: création d'un template vide pour la com officielle de dnn
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
server:{
|
||||
host: '0.0.0.0',
|
||||
port:8080
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user