diff --git a/.env.sample b/.env.sample index 158d95e..c480057 100644 --- a/.env.sample +++ b/.env.sample @@ -1,8 +1,13 @@ +# this is the url to the convex instance (NOT THE DASHBOARD) CONVEX_SELF_HOSTED_URL= CONVEX_SELF_HOSTED_ADMIN_KEY= -CONVEX_URL= -# this is the url to the convex instance +# this is the url to the convex instance (NOT THE DASHBOARD) +CONVEX_URL= +# this is the convex url for invoking http actions +CONVEX_SITE_URL= + +# this is the url to the convex instance (NOT THE DASHBOARD) BUN_PUBLIC_CONVEX_URL= # this is the convex url for invoking http actions BUN_PUBLIC_CONVEX_SITE_URL= diff --git a/AGENTS.md b/AGENTS.md index e053194..7f74c84 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,7 +5,7 @@ backend: convex # Project structure This project uses npm workspaces. - `packages/convex` - convex functions and models -- `packages/web` - frontend dashboard +- `apps/drive-web` - frontend dashboard - `packages/path` - path utils # General Guidelines diff --git a/apps/drive-web/.env.sample b/apps/drive-web/.env.sample new file mode 100644 index 0000000..644cb2c --- /dev/null +++ b/apps/drive-web/.env.sample @@ -0,0 +1,4 @@ +# this is the url to the convex instance (NOT THE DASHBOARD) +VITE_CONVEX_URL= +# this is the convex url for invoking http actions +VITE_CONVEX_SITE_URL= \ No newline at end of file diff --git a/packages/web/components.json b/apps/drive-web/components.json similarity index 100% rename from packages/web/components.json rename to apps/drive-web/components.json diff --git a/packages/web/src/index.html b/apps/drive-web/index.html similarity index 71% rename from packages/web/src/index.html rename to apps/drive-web/index.html index 34c2977..e17e714 100644 --- a/packages/web/src/index.html +++ b/apps/drive-web/index.html @@ -3,10 +3,10 @@
-