Skip to content

Commit

Permalink
login wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazcash committed Mar 12, 2024
1 parent 1fb9275 commit 69e153d
Show file tree
Hide file tree
Showing 43 changed files with 2,182 additions and 1,595 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"drknoxy.eslint-disable-snippets",
"esbenp.prettier-vscode",
Expand Down
9 changes: 3 additions & 6 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ export default defineConfig({
esbuildOptions: {
target: "esnext",
},
exclude: [
"tachyon-client", // only when using npm link
],
},
css: {
modules: false,
Expand All @@ -67,12 +70,6 @@ export default defineConfig({
"better-sqlite3": {
type: "esm",
},
"tachyon-client": {
type: "cjs",
},
"tachyon-protocol": {
type: "cjs",
},
ws: {
type: "esm",
},
Expand Down
Loading

0 comments on commit 69e153d

Please sign in to comment.