Skip to content

Commit

Permalink
build: fix sveltekit version field (#662)
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Jul 20, 2024
1 parent 4758f0d commit f7891ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const config = {
},
alias: {
$declarations: './src/declarations'
},
version: {
name: version
}
},
serviceWorker: {
register: false
},
version: {
name: version
}
};
export default config;

0 comments on commit f7891ef

Please sign in to comment.