2024-10-02

This commit is contained in:
gcch 2024-10-02 23:54:52 +02:00
commit 93a452ec4a
42 changed files with 895 additions and 207 deletions

16
.ddev/config.vite.yaml Normal file
View file

@ -0,0 +1,16 @@
#ddev-generated
additional_hostnames:
- vite.haikuatelier.fr
web_environment:
- VITE_SERVER_URI=https://vite.haikuatelier.fr.ddev.site
- VITE_PACKAGE_MANAGER=pnpm
# Enable these lines if you want to expose the vite port to the host system
# Note that this means that only one ddev project with vite can be run at a time
# as the different processes might interfere with each other
#
# web_extra_exposed_ports:
# - name: vite
# container_port: 5173
# http_port: 5172
# https_port: 5173