Skip to content

Commit

Permalink
Changes applied to prepare to add voice messages
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Jan 3, 2024
1 parent 4bac49f commit db7d5b4
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@mbarzda/solid-i18next": "^1.4.1",
"@nerimity/nevula": "^0.12.3",
"@nerimity/solid-emoji-picker": "^0.4.7",
"@nerimity/solid-opus-media-recorder": "^1.0.1",
"@nerimity/solid-turnstile": "^1.1.0",
"@solid-primitives/keyed": "^1.2.0",
"@solidjs/router": "^0.9.1",
Expand Down
29 changes: 29 additions & 0 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* @refresh reload */
import "./init";
import { render } from "solid-js/web";
import "material-icons/iconfont/round.scss";
import "./index.css";
Expand Down
1 change: 1 addition & 0 deletions src/init.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.global ||= window;
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { VitePWA } from 'vite-plugin-pwa'
dns.setDefaultResultOrder('verbatim')

export default defineConfig({
define: {
global: {}
},
resolve: {
alias: {
"@": path.resolve(__dirname, "./src")
Expand Down

0 comments on commit db7d5b4

Please sign in to comment.