integration/chore: use a dev-specific folder:

- allows us to easily differentiate the exposed components of the npm
package vs the dev-only ones
- allows the postcss config to purgecss correctly for production build,
we do not include the classes seen in the dev components
This commit is contained in:
Emmanuel Pelletier
2024-05-07 19:17:57 +02:00
parent adfe80f52a
commit 744e35f4db
9 changed files with 142 additions and 74 deletions

View File

@@ -7,7 +7,7 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/dev.tsx"></script>
<script type="module" src="/src/dev/dev.tsx"></script>
<script
id="lasuite-gaufre-script"
async