Skip to content

Commit

Permalink
feat: 🎸 remove item from basket
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Dec 24, 2020
1 parent 8904b75 commit 30d6cbe
Show file tree
Hide file tree
Showing 4 changed files with 576 additions and 497 deletions.
27 changes: 11 additions & 16 deletions .routify/config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
module.exports = {
"pages": "src/pages",
"sourceDir": "public",
"routifyDir": ".routify",
"ignore": "",
"dynamicImports": true,
"singleBuild": false,
"noHashScroll": false,
"distDir": "dist",
"extensions": [
"svelte",
"html",
"svx",
"md"
],
"started": "2020-12-22T17:07:25.507Z"
}
pages: 'src/pages',
sourceDir: 'public',
routifyDir: '.routify',
ignore: '',
dynamicImports: true,
singleBuild: false,
noHashScroll: false,
distDir: 'dist',
extensions: ['svelte', 'html', 'svx', 'md'],
started: '2020-12-22T17:07:25.507Z',
};
Loading

0 comments on commit 30d6cbe

Please sign in to comment.