- Add package.json with development and production dependencies - Create postcss.config.js for Tailwind CSS integration - Implement AdminController for handling admin routes - Add admin index template with React root element - Create base template for consistent layout - Configure TypeScript with tsconfig.json - Set up Webpack configuration for asset management
7 lines
91 B
YAML
7 lines
91 B
YAML
twig:
|
|
file_name_pattern: '*.twig'
|
|
|
|
when@test:
|
|
twig:
|
|
strict_variables: true
|