create-payload-app 0.3.27 → 0.3.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ import path from 'path';
4
4
  import Users from './collections/Users';
5
5
 
6
6
  export default buildConfig({
7
- serverURL: 'http://127.0.0.1:3000',
7
+ serverURL: 'http://localhost:3000',
8
8
  admin: {
9
9
  user: Users.slug,
10
10
  },
@@ -7,7 +7,7 @@ import Users from './collections/Users';
7
7
  import Media from './collections/Media';
8
8
 
9
9
  export default buildConfig({
10
- serverURL: 'http://127.0.0.1:3000',
10
+ serverURL: 'http://localhost:3000',
11
11
  admin: {
12
12
  user: Users.slug,
13
13
  },
@@ -4,7 +4,7 @@ import TodoLists from './collections/TodoLists';
4
4
  import Users from './collections/Users';
5
5
 
6
6
  export default buildConfig({
7
- serverURL: 'http://127.0.0.1:3000',
7
+ serverURL: 'http://localhost:3000',
8
8
  admin: {
9
9
  user: Users.slug,
10
10
  },
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "prompts": "^2.4.0",
38
38
  "terminal-link": "^2.1.1"
39
39
  },
40
- "version": "0.3.27",
40
+ "version": "0.3.28",
41
41
  "devDependencies": {
42
42
  "@types/command-exists": "^1.2.0",
43
43
  "@types/degit": "^2.8.3",