From 929171dcba75b51be464e12906801c875ab7647a Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 22 Dec 2021 19:17:07 +0100 Subject: Initial commit Project skeleton based on https://github.com/cawa-93/vite-electron-builder but we use react instead of vue and yarn instead of npm. --- .yarnrc.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .yarnrc.yml (limited to '.yarnrc.yml') diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 0000000..92f71dc --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1,5 @@ +plugins: + - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs + spec: "@yarnpkg/plugin-interactive-tools" + +yarnPath: .yarn/releases/yarn-3.1.1.cjs -- cgit v1.2.3-54-g00ecf