We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83fd31 commit c1cbb46Copy full SHA for c1cbb46
build/Containerfile
@@ -26,6 +26,7 @@ COPY .gitignore /opt/app-root/extension-source/
26
COPY *.json /opt/app-root/extension-source/
27
COPY src /opt/app-root/extension-source/src
28
COPY types /opt/app-root/extension-source/types
29
+COPY vite*.ts /opt/app-root/extension-source/
30
31
# refresh dependencies (if needed)
32
# and build the extension
0 commit comments