Skip to content

Commit

Permalink
chore(examples/bare): make the js config match the ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Jul 20, 2024
1 parent 152c733 commit b095e03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/bare/stein.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { defineConfig } from "@steinjs/core";
import unocss from "stein-plugin-unocss";

export default defineConfig({
plugins: [unocss({ injectReset: true })],

plugins: [],
development: {
port: 1234
}
Expand Down

0 comments on commit b095e03

Please sign in to comment.