summaryrefslogtreecommitdiff
path: root/witryna.yml
diff options
context:
space:
mode:
Diffstat (limited to 'witryna.yml')
-rw-r--r--witryna.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/witryna.yml b/witryna.yml
new file mode 100644
index 0000000..802e317
--- /dev/null
+++ b/witryna.yml
@@ -0,0 +1,3 @@
+image: "node:24"
+command: "npm install -g corepack && corepack pnpm install && corepack pnpm run build"
+public: "dist"