Skip to content

Commit 225568a

Browse files
committed
Merge branch 'develop' into feature/RZA-250034
2 parents ae499cc + 5322815 commit 225568a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5024
-13466
lines changed

abcd.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"css.lint.unknownAtRules": "ignore",
4343
"debug.javascript.codelens.npmScripts": "never",
44-
"diffEditor.ignoreTrimWhitespace": false,
44+
"diffEditor.ignoreTrimWhitespace": true,
4545
"editor.accessibilitySupport": "off",
4646
"editor.bracketPairColorization.enabled": true,
4747
"editor.codeActionsOnSave": {

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ export default defineConfig({
3737
optimizeDeps: {
3838
exclude: ["@resvg/resvg-js"]
3939
}
40-
}
40+
},
41+
output: 'server',
4142
});

0 commit comments

Comments
 (0)