Skip to content

Commit 2787bb7

Browse files
feat: init scaffolding (#4)
1 parent 2ff00ab commit 2787bb7

File tree

14 files changed

+903
-255
lines changed

14 files changed

+903
-255
lines changed

greenwood.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
import { replBundlerResourcePlugin } from './repl-bundler-plugin.ts';
12
import type { Config } from "@greenwood/cli";
23

3-
const config: Config = {};
4+
const config: Config = {
5+
plugins: [
6+
replBundlerResourcePlugin()
7+
]
8+
};
49

510
export default config;

0 commit comments

Comments
 (0)