Skip to content

Commit

Permalink
chore: move client project out to root level
Browse files Browse the repository at this point in the history
  • Loading branch information
appcypher committed Sep 18, 2024
1 parent c6d559a commit 64ea9a6
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ repos:
- id: lint-client
name: lint (client)
description: Lint client files.
entry: bash -c 'cd asterisk-app/client && pnpm lint'
entry: bash -c 'cd asterisk-client && pnpm lint'
language: system
types: []
files: ^asterisk-app/client/
files: ^asterisk-client/
pass_filenames: false

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
6 changes: 3 additions & 3 deletions asterisk-app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"identifier": "ai.zerocore.promptbar",
"build": {
"devUrl": "http://localhost:5120",
"frontendDist": "./client/dist",
"beforeDevCommand": "pnpm run dev",
"beforeBuildCommand": "pnpm run build"
"frontendDist": "../dist",
"beforeDevCommand": "cd asterisk-client && pnpm run dev",
"beforeBuildCommand": "cd asterisk-client && pnpm run build"
},
"app": {
"withGlobalTauri": true,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "module",
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 64ea9a6

Please sign in to comment.