migrate to new cart engine

This commit is contained in:
2023-07-18 10:19:49 +02:00
parent 21afcdb036
commit e271ff091e
8 changed files with 145 additions and 236 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"