Skip to content

Commit

Permalink
fix: sveltekit version attr
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Jul 12, 2024
1 parent c131dd3 commit b7ed6b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ const config = {
'@molecules/*': './src/components/molecules/*',
'@organisms/*': './src/components/organisms/*',
'@templates/*': './src/components/templates/*'
},
version: {
name: process.env.IS_RELEASE
? process.env.npm_package_version
: process.env.npm_package_version + '-dev'
}
}
};
Expand Down

0 comments on commit b7ed6b6

Please sign in to comment.