New version(0.1.36) missing fixtures atribute in ServerConfig
See original GitHub issueexport interface ServerConfig {
urlPrefix?: string;
fixtures?:any; // -> this line missing
...
}
untill previous version we used:
export default new Server({
environment: '',
models: {
...
},
fixtures: {
....
},
seeds(server) {
server.loadFixtures()
},
routes() {
...
}
})
but after update to v: 0.1.36 fixtures
is not parameter of ServerConfig
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Zimbra Attributes ZCS7
Zimbra devs - things to keep in mind when adding new attributes: 1) Always add the new attribute at the end of the...
Read more >FreeBSD - DistroWatch.com
FreeBSD is a UNIX-like operating system for the i386, amd64, IA-64, arm, MIPS, powerpc, ppc64, PC-98 and UltraSPARC platforms based on U.C. Berkeley's ......
Read more >[Yum-devel] [PATCH] Changed archlist set up to handle ...
P1.fc15 Lite version of header files and libraries needed for BIND DNS development New package: biosdevname-0.3.8-1.fc15 Udev helper for ...
Read more >Index of /freebsd-pkg/FreeBSD:14:armv7/latest/All/
... 19-Dec-2022 23:37 17733 HVSC-Update-2.8.7.pkg 20-Dec-2022 18:07 ... 17-Dec-2022 23:38 583344 bgpq3-0.1.36.pkg 20-Dec-2022 19:54 32178 ...
Read more >Linux 32 - :: Anaconda.org
Name, Version, Build, Download ... py27_0, django-field-attributes-1.2.3-py27_0.tar.bz2 ... 0.1.36, py27_0, django-threaded-messages-0.1.36-py27_0.tar.bz2.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@samselikoff @zoltan-nz Thanks for the quick fix!!!
@eini-rc released in 0.1.37 https://github.com/miragejs/miragejs/releases/tag/v0.1.37