1
0
forked from sites/cdn

initial commit

This commit is contained in:
csimonis
2024-08-07 08:41:40 +02:00
commit 5f43f7078d
8 changed files with 55 additions and 0 deletions

6
ddev.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
alias console='ddev exec php bin/console'
alias composer='ddev exec composer'
alias npm='ddev exec npm'
alias php='ddev exec php'