Skip to content

Commit 784c94b

Browse files
committed
fix: empty yaml client-file
1 parent 602d8a0 commit 784c94b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

generator/templates/app/feathers.auth.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable no-unused-vars */
1+
// eslint-disable-next-line no-unused-vars
22
import feathersClient, { makeAuthPlugin, models } from '@/store/feathers/client';
33

44
// for more information see https://vuex.feathersjs.com/auth-plugin.html#configuration

generator/templates/app/feathers.client.ejs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
# you can use the following properties:
3-
# - 'serverUrl'
4-
# - 'serverAlias'
5-
# - 'idField'
6-
# - 'isAuth'
7-
---
81
// for more information see: https://vuex.feathersjs.com/getting-started.html#feathers-client-feathers-vuex
92

103
import feathers from '@feathersjs/feathers';

0 commit comments

Comments
 (0)