Skip to content

Commit

Permalink
build: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Feb 15, 2025
1 parent e4ea0b7 commit 5104e65
Show file tree
Hide file tree
Showing 6 changed files with 665 additions and 531 deletions.
32 changes: 1 addition & 31 deletions tools-nodejs/vighnesh153-astro/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"[python]": {
"editor.formatOnType": true
},
"[typescriptreact]": {
"editor.defaultFormatter": "denoland.vscode-deno",
"editor.tabSize": 2
},
"chat.editor.fontSize": 20,
"debug.console.fontSize": 20,
"diffEditor.ignoreTrimWhitespace": false,
Expand Down Expand Up @@ -33,28 +26,5 @@
},
"workbench.iconTheme": "material-icon-theme",
"workbench.tree.indent": 20,
"workbench.tree.renderIndentGuides": "always",
"cSpell.words": [
"astro",
"astrojs",
"Codepen",
"cssnano",
"csstype",
"dotenvx",
"Millis",
"Multinomial",
"nanostores",
"Pikachu",
"playform",
"postfmt",
"prefmt",
"Raut",
"Sierpinskis",
"solidjs",
"Stackoverflow",
"tailwindcss",
"treeshake",
"tsup",
"Vighnesh"
]
"workbench.tree.renderIndentGuides": "always"
}
8 changes: 2 additions & 6 deletions tools-nodejs/vighnesh153-astro/website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from "astro/config";

import compress from "@playform/compress";

import tailwindcss from "@tailwindcss/vite";
import mdx from "@astrojs/mdx";
import solid from "@astrojs/solid-js";

Expand All @@ -25,18 +26,13 @@ export default defineConfig({
build: {
sourcemap: isDevCommandRunning,
},
plugins: [tailwindcss()],
css: {
preprocessorOptions: {
scss: {
api: "modern",
},
},
},
// temporary fix: https://github.com/withastro/astro/issues/12608
resolve: {
conditions: isDevCommandRunning
? ["browser", "development"]
: ["browser"],
},
},
});
Loading

0 comments on commit 5104e65

Please sign in to comment.