Skip to content

Commit

Permalink
add index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
evolkmann committed Apr 25, 2024
1 parent 6e1a759 commit efbee2c
Show file tree
Hide file tree
Showing 4 changed files with 1,147 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

# Composer files
/vendor
/kirby

# kirbyup temp development entry
/index.dev.mjs

/index.js
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"psr-4": {
"VolkmannDesignCode\\KirbyLayoutAttributes\\": "src/"
}
}
},
"require-dev": {
"getkirby/cms": "^4.0"
}
}
Loading

0 comments on commit efbee2c

Please sign in to comment.