2024-10-09

This commit is contained in:
gcch 2024-10-10 16:39:02 +02:00
commit 336911df78
333 changed files with 5413 additions and 2967 deletions

View file

@ -1,4 +1,4 @@
#ddev-generated
# ddev-generated
additional_hostnames:
- vite.haikuatelier.fr
web_environment:

View file

@ -223,12 +223,12 @@ corepack_enable: true
# The default time that DDEV waits for all containers to become ready can be increased from
# the default 120. This helps in importing huge databases, for example.
#web_extra_exposed_ports:
#- name: nodejs
# web_extra_exposed_ports:
# - name: nodejs
# container_port: 3000
# http_port: 2999
# https_port: 3000
#- name: something
# - name: something
# container_port: 4000
# https_port: 4000
# http_port: 3999
@ -246,11 +246,11 @@ corepack_enable: true
# http_port: 9998
# https_port: 9999
#web_extra_daemons:
#- name: "http-1"
# web_extra_daemons:
# - name: "http-1"
# command: "/var/www/html/node_modules/.bin/http-server -p 3000"
# directory: /var/www/html
#- name: "http-2"
# - name: "http-2"
# command: "/var/www/html/node_modules/.bin/http-server /var/www/html/sub -p 3000"
# directory: /var/www/html
@ -276,7 +276,7 @@ corepack_enable: true
# See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/ for more
# information on the commands that can be extended and the tasks you can define
# for them. Example:
#hooks:
# hooks:
# Un-comment to emit the WP CLI version after ddev start.
# post-start:
# - exec: wp cli version

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<!-- #ddev-generated -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>vite not running</title>
<style>
html, body {
@ -26,7 +26,7 @@
}
body {
background: #ddd;
background: #dddddd;
display: grid;
align-items: center;
justify-items: center;
@ -38,9 +38,9 @@
main {
max-width: 36rem;
background: #fff;
background: #ffffff;
padding: 1.5rem;
border: 1px #999 solid;
border: 1px #999999 solid;
}
code {