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 16c7a00 commit 56b929fCopy full SHA for 56b929f
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