Skip to content

Commit

Permalink
fix: revert playground config
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-key committed Feb 26, 2023
1 parent e68dfb0 commit 098ad8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions playground/nitro.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { defineNitroConfig } from "../src";

export default defineNitroConfig({
sourceMap: "hidden",
});
export default defineNitroConfig({});

0 comments on commit 098ad8f

Please sign in to comment.