Refactor project structure: remove obsolete files, add new Dockerfile for Apache, and integrate React app with TypeScript support
This commit is contained in:
parent
d907d4df38
commit
0fa3c7715b
32 changed files with 2 additions and 2 deletions
7
apache/apache2/react-page/vite.config.ts
Normal file
7
apache/apache2/react-page/vite.config.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue