@solidstarters/create-solid-app 1.2.41 → 1.2.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidstarters/create-solid-app",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "main": "index.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -108,7 +108,7 @@ async function bootstrap() {
108
108
  new WrapResponseInterceptor(),
109
109
  );
110
110
 
111
- app.enableCors(buildDefaultCorsOptions(configService));
111
+ app.enableCors(buildDefaultCorsOptions());
112
112
 
113
113
  // https://github.com/typeorm/typeorm/issues/8583
114
114
  const types = require('pg').types;