fix: 🩹 switched package manager
The main reason reason for this switch is a postcss parsing error of some css classes when using pnpm
This commit is contained in:
1499
pnpm-lock.yaml
generated
1499
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeBuildCommand": "pnpm svelte:build",
|
"beforeBuildCommand": "yarn svelte:build",
|
||||||
"beforeDevCommand": "pnpm svelte:dev",
|
"beforeDevCommand": "yarn svelte:dev",
|
||||||
"devPath": "http://localhost:3000",
|
"devPath": "http://localhost:3000",
|
||||||
"distDir": "../dist"
|
"distDir": "../dist"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user