🚚(frontend) move previous app to mardownPDF app

We will start an monorepo archi, we move the previous
app to a new folder called mardownPDF.
This commit is contained in:
Anthony LC
2024-04-02 10:30:53 +02:00
parent ab7d9933e0
commit c3e354d727
37 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})