Skip to content

Commit

Permalink
chore: update TS and Feathers
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime committed Jun 15, 2023
1 parent 1b484e6 commit c934dd1
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 151 deletions.
4 changes: 2 additions & 2 deletions client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { feathers } from '@feathersjs/feathers'
import authentication from '@feathersjs/authentication-client'
import socketio from '@feathersjs/socketio-client'
import io from 'socket.io-client'
import type { MessagesResult } from './src/services/messages/messages.schema.js'
import type { UsersData } from './src/services/users/users.schema.js'
import type { MessagesResult } from './dist/server/messages/messages.schema.ts'
import type { UsersData } from './dist/server/users/users.schema.ts'

// Establish a Socket.io connection
const socket = io(import.meta.env.VITE_FV_URL, {
Expand Down
232 changes: 99 additions & 133 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c934dd1

Please sign in to comment.