Skip to content

Commit a8300c1

Browse files
author
Brian Chen
authored
Update proto location for firestore-exp (#4490)
1 parent 90f5f34 commit a8300c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/rollup.config.exp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const nodePlugins = function () {
5454
]
5555
}),
5656
replace({
57-
'process.env.FIRESTORE_PROTO_ROOT': JSON.stringify('../src/protos')
57+
'process.env.FIRESTORE_PROTO_ROOT': JSON.stringify('src/protos')
5858
})
5959
];
6060
};

0 commit comments

Comments
 (0)