Skip to content

Commit

Permalink
Merge pull request #5 from z1haze/feature/cartridge-structure
Browse files Browse the repository at this point in the history
Feature/cartridge structure
  • Loading branch information
z1haze authored Feb 6, 2023
2 parents 1552485 + fc52be6 commit 915cd1f
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
node_modules/
dist/
dw.json
cartridge/static/default/index.html
cartridges/sfcc_dev_console/cartridge/static/default/index.html
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfcc_dev_console",
"private": true,
"version": "2.1.0",
"version": "2.2.0",
"description": "A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.",
"type": "module",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
root: 'src',
plugins: [vue()],
build: {
outDir: '../cartridge/static/default',
outDir: '../cartridges/sfcc_dev_console/cartridge/static/default',
emptyOutDir: false,
rollupOptions: {
output: {
Expand Down

0 comments on commit 915cd1f

Please sign in to comment.