feat: many design changes
This commit is contained in:
9
.ddev/docker-compose.override.yaml
Normal file
9
.ddev/docker-compose.override.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3.6'
|
||||
services:
|
||||
web:
|
||||
# Install needed dependencies and run webpack in watch mode
|
||||
command: /bin/sh -c "npm install && npm run build:css -- --watch"
|
||||
volumes:
|
||||
- ../packages/base:/var/www/html/packages/base
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
Reference in New Issue
Block a user