add: création d'un template vide pour la com officielle de dnn

This commit is contained in:
2026-03-16 19:06:50 +01:00
parent 80ebe375d2
commit c3e7542ca6
13 changed files with 1567 additions and 0 deletions
+11
View File
@@ -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
}
})