Skip to content

Commit 9e422d9

Browse files
authored
refactor: move web folder to web/client (#1746)
* Move web folder to web/client * Update monorepo * update lock file
1 parent 81ad1dc commit 9e422d9

File tree

153 files changed

+52
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+52
-36
lines changed
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.
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.
File renamed without changes.
File renamed without changes.

bun.lock

Lines changed: 50 additions & 35 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"workspaces": [
1313
"packages/*",
1414
"apps/*",
15-
"tooling/*"
15+
"tooling/*",
16+
"apps/web/client"
1617
],
1718
"scripts": {
1819
"build:foundation": "bun --filter @onlook/foundation build",

0 commit comments

Comments
 (0)