Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 3, 2024
1 parent 418af75 commit 7ac8a59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ import { defineConfig } from "vite";
export default defineConfig({
plugins: [
domco({
adapter: adapter({
config: {
runtime: "edge",
},
}),
adapter: adapter(),
}),
],
css: {
Expand Down

0 comments on commit 7ac8a59

Please sign in to comment.