Skip to content

Commit 7e7039c

Browse files
committed
Fix rollup config after move to src folder
1 parent 0d06ca3 commit 7e7039c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import compiler from 'typescript'
55

66
const defaultConfig = {
77
name: 'ULID',
8-
input: './index.ts',
8+
input: './src/index.ts',
99
}
1010

1111
const defaultPlugins = [

0 commit comments

Comments
 (0)