Skip to content

Commit 20c566e

Browse files
committed
fix(api/test): fix api/test entrypoint
1 parent 1e5a80a commit 20c566e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./dist/api/test')
1+
module.exports = require('../dist/api/test')

0 commit comments

Comments
 (0)