8000 chore: make `text` the default `contentType` by benmccann · Pull Request #72 · sveltejs/cli · GitHub
[go: up one dir, main page]

Skip to content

chore: make text the default contentType #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update community template
  • Loading branch information
AdrianGonz97 committed Oct 9, 2024
commit acffcd7c096fcd5e4a1a48a3e75754ba165cde5b
1 change: 0 additions & 1 deletion community-adder-template/src/config/adder.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const adder = defineAdderConfig({
files: [
{
name: () => 'adder-template-demo.txt',
contentType: 'text',
content: ({ content, options }) => {
if (options.demo) {
return 'This is a text file made by the Community Adder Template demo!';
Expand Down
0