@machinat/create-app
Advanced tools
Comparing version 0.5.0-beta.40 to 0.5.0-beta.41
@@ -114,3 +114,3 @@ "use strict"; | ||
sameSite: 'none',`} | ||
noNextServer: noServer, | ||
noNextServer: options?.noServer,, | ||
nextServerOptions: { | ||
@@ -117,0 +117,0 @@ dev: DEV, |
@@ -24,3 +24,2 @@ "use strict"; | ||
logger: console, | ||
context: app, | ||
migrations: { | ||
@@ -31,3 +30,3 @@ glob: resolvePath( | ||
), | ||
resolve: ({ name, path, context: app }) => { | ||
resolve: ({ name, path }) => { | ||
return { | ||
@@ -34,0 +33,0 @@ name: name.replace(/.[t|j]s$/, ''), |
{ | ||
"name": "@machinat/create-app", | ||
"version": "0.5.0-beta.40", | ||
"version": "0.5.0-beta.41", | ||
"author": "Patrick Liu <zeldalink0515@gmail.com> (https://github.com/lrills)", | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "e1d2e54dae0d0c0e20c0487e4ed3f3f6faab5bde" | ||
"gitHead": "c83934901fd59f619d86cc78af985f589712a2e2" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75124
83
1293