mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
e2e: added script to auto test adapters
This commit is contained in:
3
examples/react-router/.gitignore
vendored
3
examples/react-router/.gitignore
vendored
@@ -7,3 +7,6 @@
|
||||
# React Router
|
||||
/.react-router/
|
||||
/build/
|
||||
|
||||
# Public uploads
|
||||
/public/uploads/*
|
||||
|
||||
@@ -41,7 +41,7 @@ export default {
|
||||
media: {
|
||||
enabled: true,
|
||||
adapter: local({
|
||||
path: "./public",
|
||||
path: "./public/uploads",
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user