We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff00ab commit 2787bb7Copy full SHA for 2787bb7
14 files changed
greenwood.config.ts
@@ -1,5 +1,10 @@
1
+import { replBundlerResourcePlugin } from './repl-bundler-plugin.ts';
2
import type { Config } from "@greenwood/cli";
3
-const config: Config = {};
4
+const config: Config = {
5
+ plugins: [
6
+ replBundlerResourcePlugin()
7
+ ]
8
+};
9
10
export default config;
0 commit comments