Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename pgflow.dev package to @pgflow/website #8

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

This repository is a monorepo that contains the following packages:

| Nx Package | Description |
|--------------|-------------|
| [edge-worker](./pkgs/edge-worker/) | An auto-restarting task queue worker implemented for Supabase Edge Functions and PGMQ |
| [pgflow.dev](./pkgs/pgflow.dev/) | Documentation Site |
| Nx Package | Description |
| ---------------------------------- | ------------------------------------------------------------------------------------- |
| [edge-worker](./pkgs/edge-worker/) | An auto-restarting task queue worker implemented for Supabase Edge Functions and PGMQ |
| [website](./pkgs/website/) | Documentation Site |

## NX Readme

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
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
plugins: [starlightLinksValidator()],
title: 'pgflow',
editLink: {
baseUrl: `${GITHUB_REPO_URL}/edit/main/pkgs/pgflow.dev/`,
baseUrl: `${GITHUB_REPO_URL}/edit/main/pkgs/website/`,
},
social: {
github: GITHUB_REPO_URL,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/pgflow.dev/package.json → pkgs/website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pgflow-dev",
"name": "@pgflow/website",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
Loading
Loading