Merge pull request #1140 from Tria-plc/lastmilerequest

This commit is contained in:
Hagernesh Tadesse
2026-08-06 11:19:08 +03:00
committed by Hagernesh
4 changed files with 13 additions and 2 deletions

3
.gitignore vendored
View File

@@ -52,3 +52,6 @@ RUNNING_LOCALLY.md
# Generated per-shard compose file for the integration suite (it.mjs).
integration/.it-shards.yaml
branch_structure.json
temp_auto_push.bat
temp_interactive_push.bat

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +1,7 @@
import { createRequire } from 'module';
const require = createRequire(import.meta.url);
// Optional PostCSS configuration for applications that need it
export const postcssConfig = {
plugins: {