-
Notifications
You must be signed in to change notification settings - Fork 0
feat: CLI #1
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
Merged
Merged
feat: CLI #1
Changes from all commits
Commits
Show all changes
139 commits
Select commit
Hold shift + click to select a range
ed348e3
basic scaffolding
stevensJourney 2e6fa58
confg templates
stevensJourney 73763b2
Schema packages. Improve templates. WIP link commands.
stevensJourney f8021ca
wip: linking
stevensJourney 16352ad
unify config types
stevensJourney 63eebde
Command structures and implement deploy command
stevensJourney ec8d323
Add destroy and stop command implementation
stevensJourney 77cc382
fetch and pull cloud config commands
stevensJourney a066fd7
Improvements from testing deploy workflow
stevensJourney 0def649
Add multiple options for specifying cloud instance
stevensJourney 23ad67e
Various command improvements. cloud Token and schema generation comma…
stevensJourney 5d9a090
wip: shared commands
stevensJourney 14d3e51
Help groups for CLI command flags. Unify linking resolve patterns. Up…
stevensJourney 51bd353
validation commands
stevensJourney 5a916c1
update docs
stevensJourney 874e4d4
Support for naming and creating cloud instances
stevensJourney 78fcb42
cleanup token input
stevensJourney 321591c
update commands' descriptions
stevensJourney 4d76397
strategic command shuffle
stevensJourney 873d463
cli plugin framework. Docker deploy for self hosting example plugin.
stevensJourney a13c9f8
monorepo structure
stevensJourney 69c3250
add usage docs for docker
stevensJourney 5ec0fe3
wip: update docker templates
stevensJourney 8a70580
docker plugin templating improvements
stevensJourney 40a92b4
update workspace layout
stevensJourney 78cc6d3
cleanup templates
stevensJourney 35d2983
update readme
stevensJourney 2798d21
formatting
stevensJourney 68104f7
cleanup cloud commands
stevensJourney ec8180f
add colour to logs
stevensJourney 756db05
update packages
stevensJourney 90164bc
update start command docs
stevensJourney e6df80f
colourize errors. Add some basic examples
stevensJourney deface8
pretty format client errors
stevensJourney 4ed581b
fix cloud deploy command failure. use micro web sdk client.
stevensJourney 78f1c48
styled errors
stevensJourney bd40e12
cleanup logs - format command strings to standout
stevensJourney f8ed092
update fetch status command
stevensJourney b6face2
update examples with readmes
stevensJourney 7c13bdc
Add basic node.js example app
stevensJourney a7a91fc
update docs
stevensJourney 885dd0b
share code with core-api
stevensJourney 604cab3
use relative paths for Docker
stevensJourney 34e0ade
specify docker project name in compose projects
stevensJourney 59edbca
accounts client and list instances command
stevensJourney 5030b44
cleanup project loading
stevensJourney 30720bb
cleanup token storage. Improve login command.
stevensJourney e517f95
wip: browser based PAT for login
stevensJourney cc979fa
improve config pull output
stevensJourney 91e7667
improve schemas and config validation
stevensJourney 758cf7e
update readmes
stevensJourney 5781534
split init commands. Add interactivity to docker configure
stevensJourney b7aee18
refactor: rename link.yaml to cli.yaml
stevensJourney aef9ced
clean login command
stevensJourney 4506cdc
Add ability to configure custom YAML tags for VSCode.
stevensJourney 89aeec9
show progress during validations. neaten init commad logs.
stevensJourney 25faae9
add more usage docs. refactor command name to powersync pull instance
stevensJourney c3a19f4
default org-id for PAT tokens with single org
stevensJourney e8aea02
readme cleanup
stevensJourney fe892ac
fallback login token to prompt if dashboard cannot send it
stevensJourney 66a7fb5
improve PAT login with encryption for edge cases.
stevensJourney 3d1a218
respond with html for long
stevensJourney 4de930f
feat: migration of sync rules
stevensJourney ef7bac7
remove service-schema override
stevensJourney 22d410c
less colour is more colour
stevensJourney 0c60b99
rename sync rules to sync config. Add command for only deploying sync…
stevensJourney e082df0
YAML language server templating
stevensJourney 23aff77
More token storage options.
stevensJourney a239df9
minor log cleanup
stevensJourney c837230
remove pnpm overrides
stevensJourney 9d1a14d
formatting
stevensJourney 1cc41b8
use single pnpm version
stevensJourney 50d9ef1
remove local override
stevensJourney ae2f997
fix prettier ignore
stevensJourney 770426c
pretty lint
stevensJourney 6d1cd26
more cleanup
stevensJourney dce470e
cleanup
stevensJourney 9e54182
try fix windows
stevensJourney 39ac48a
tests for login command
stevensJourney bcf14bc
Add example commands
stevensJourney a2929c0
cleanup template config
stevensJourney 9fd74e8
Merge branch 'init' into sync-rules-migrate
stevensJourney d61e2bc
update sync stream defaults
stevensJourney 921e61b
formatting
stevensJourney 054fadf
lint
stevensJourney 50a45f6
update readme
stevensJourney caebe3f
Update cli/src/api/write-vscode-settings-for-yaml-env.ts
stevensJourney dccb61d
pr feedback items
stevensJourney d6f249f
Merge branch 'init' of github.com:powersync-ja/temp-cli into init
stevensJourney 8429145
lint
stevensJourney 2f6af9f
cleanup
stevensJourney f86df4e
ensure directory is required for multiple directories
stevensJourney e16a941
update sync config examples to edition 3
stevensJourney e729d8e
remove debug_api from templates
stevensJourney 4c5bbaf
list is_provisioned in instance statuses. Wait for destroy and stop c…
stevensJourney 34cef60
document oclif plugins
stevensJourney 1c140ba
update templates in order to create cloud instances without replicati…
stevensJourney 9a4bcd1
update instance status data_queries to used_for_replication
stevensJourney 7cfd2e9
update validate message.
stevensJourney 89385b8
update validation messages. refresh unit tests
stevensJourney 4a5d932
fix tests
stevensJourney 8665efe
husky lint
stevensJourney 23d5999
more husky
stevensJourney 3c4329d
update docs to refer to powersync docker command and topic - not plugin
stevensJourney 78c4f15
wip: cleanup commands and topics
stevensJourney a6c1f0a
add autocomplete
stevensJourney 1ba7179
add commands plugin
stevensJourney c35a15d
rename sync.yaml to sync-config.yaml
stevensJourney d952cca
update package name
stevensJourney 268e879
add install instructions to readme
stevensJourney 2188bef
update build script
stevensJourney 11eb305
fix login command when pasting a PAT
stevensJourney b88dbe6
cleanup flag resolution order
stevensJourney 80560f9
cleanup login command
stevensJourney d33535d
add ability to deploy only service config changes (no sync config)
stevensJourney 7e1c365
cleanup deploy logging
stevensJourney 4844ba2
Polish the yaml templates (#5)
benitav fe6fc60
fix format
stevensJourney 38d88b5
Merge branch 'init' of github.com:powersync-ja/temp-cli into init
stevensJourney 04019b7
fix tests
stevensJourney 72f6b7f
fix typo
stevensJourney 7f986e7
add note about cloud secrets
stevensJourney e29b1c5
allow linking if project directory does not exist
stevensJourney 58d23b7
add powersync status alias
stevensJourney 64e25ec
add objectId validation, and org - project existance checks
stevensJourney 0653202
remove unknown error code.
stevensJourney 1d87c0d
rename TOKEN to PS_ADMIN_TOKEN
stevensJourney 9ff2af3
fix format
stevensJourney 05177fb
assign project for self hosted commands
stevensJourney 96cdb73
fix filename casing
stevensJourney 2e60a40
fix order of spreading default options.
stevensJourney a10ed87
fix: destroy command should call destroyInstance
stevensJourney 2d0b2a2
fix: docker typo
stevensJourney adc5964
temp move
stevensJourney 6a4d1f4
move op
stevensJourney 6a68eba
cleanup powersync status examples
stevensJourney a9d08d3
feedback from AI review
stevensJourney 7ec5ee8
cleanup
stevensJourney baedce2
disable publishing, just in case
stevensJourney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| layout node | ||
| use node | ||
| [ -f .env ] && dotenv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| * text=auto eol=lf | ||
| *.cmd text eol=crlf | ||
| *.bat text eol=crlf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| name: release on push to main | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
|
|
||
| jobs: | ||
| release: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: pnpm/action-setup@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version-file: '.nvmrc' | ||
| cache: 'pnpm' | ||
| - run: pnpm install --frozen-lockfile | ||
| - name: Check if CLI version already exists | ||
| id: version-check | ||
| run: | | ||
| package_version=$(node -p "require('./cli/package.json').version") | ||
| exists=$(gh api repos/${{ github.repository }}/releases/tags/v$package_version >/dev/null 2>&1 && echo "true" || echo "") | ||
|
|
||
| if [ -n "$exists" ]; | ||
| then | ||
| echo "Version v$package_version already exists" | ||
| echo "::warning file=cli/package.json,line=1::Version v$package_version already exists - no release will be created." | ||
| echo "skipped=true" >> $GITHUB_OUTPUT | ||
| else | ||
| echo "Version v$package_version does not exist. Creating release..." | ||
| echo "skipped=false" >> $GITHUB_OUTPUT | ||
| echo "tag=v$package_version" >> $GITHUB_OUTPUT | ||
| fi | ||
| env: | ||
| GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
| - name: Setup git | ||
| if: ${{ steps.version-check.outputs.skipped == 'false' }} | ||
| run: | | ||
| git config --global user.email ${{ secrets.GH_EMAIL }} | ||
| git config --global user.name ${{ secrets.GH_USERNAME }} | ||
| - name: Generate OCLIF README (cli) | ||
| if: ${{ steps.version-check.outputs.skipped == 'false' }} | ||
| run: | | ||
| pnpm run build | ||
| cd cli && pnpm exec oclif readme | ||
| cd .. | ||
| if [ -n "$(git status --porcelain)" ]; then | ||
| git add . | ||
| git commit -am "chore: update README.md" | ||
| git push -u origin ${{ github.ref_name }} | ||
| fi | ||
| - name: Create GitHub Release | ||
| uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 | ||
| if: ${{ steps.version-check.outputs.skipped == 'false' }} | ||
| with: | ||
| name: ${{ steps.version-check.outputs.tag }} | ||
| tag: ${{ steps.version-check.outputs.tag }} | ||
| commit: ${{ github.ref_name }} | ||
| token: ${{ secrets.GH_TOKEN }} | ||
| skipIfReleaseExists: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name: publish on release | ||
|
|
||
| on: | ||
| release: | ||
| types: [released] | ||
|
|
||
| jobs: | ||
| publish: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: pnpm/action-setup@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version-file: '.nvmrc' | ||
| cache: 'pnpm' | ||
| - run: pnpm install --frozen-lockfile | ||
| - run: pnpm run build | ||
| # - name: Publish @powersync/cli to npm | ||
| # run: pnpm publish -- --no-git-checks --access public | ||
| # env: | ||
| # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name: tests | ||
|
|
||
| on: | ||
| push: | ||
| branches-ignore: [main] | ||
|
|
||
| jobs: | ||
| unit-tests: | ||
| strategy: | ||
| matrix: | ||
| os: [ubuntu-latest, windows-latest] | ||
| node_version: [24] | ||
| fail-fast: false | ||
| runs-on: ${{ matrix.os }} | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: pnpm/action-setup@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version-file: '.nvmrc' | ||
| cache: 'pnpm' | ||
| - run: pnpm install --frozen-lockfile | ||
| - name: Check formatting | ||
| run: pnpm exec prettier --check . | ||
| - run: pnpm run build | ||
| - run: pnpm run test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| #!/bin/sh | ||
| set -e | ||
|
|
||
| if git diff --cached --quiet --diff-filter=ACMR; then | ||
| exit 0 | ||
| fi | ||
|
|
||
| git diff --cached --name-only -z --diff-filter=ACMR \ | ||
| | xargs -0 pnpm prettier --write --ignore-unknown | ||
|
|
||
| if git diff --cached --name-only --diff-filter=ACMR -- '*.js' '*.cjs' '*.mjs' '*.ts' '*.tsx' | grep -q .; then | ||
| git diff --cached --name-only -z --diff-filter=ACMR -- '*.js' '*.cjs' '*.mjs' '*.ts' '*.tsx' \ | ||
| | xargs -0 pnpm eslint --fix | ||
| fi | ||
|
|
||
| git diff --cached --name-only -z --diff-filter=ACMR \ | ||
| | xargs -0 git add -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| pnpm-lock.yaml | ||
| **/pnpm-lock.yaml | ||
| **/*.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "semi": true, | ||
| "singleQuote": true, | ||
| "tabWidth": 2, | ||
| "bracketSameLine": true, | ||
| "useTabs": false, | ||
| "endOfLine": "lf", | ||
| "printWidth": 120, | ||
| "trailingComma": "none" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Agent Guidelines | ||
|
|
||
| ## Environment Variables | ||
|
|
||
| - Do not read `process.env` directly in application code. | ||
| - Use typed env helpers (for example, `env` from `@powersync/cli-core`) so environment access is centralized and testable. | ||
| - Keep environment resolution logic in one place; command and service code should consume resolved values. | ||
|
|
||
| ## Testing Environment Behavior | ||
|
|
||
| - Prefer mocking env helpers/modules in tests instead of relying on direct `process.env` reads in production code. | ||
| - Tests may set temporary env values when needed, but should primarily validate behavior through mocked env access points. | ||
| - Reset env-related mocks/state between tests to avoid leakage. | ||
|
|
||
| ## File Naming Conventions | ||
|
|
||
| - Choose the filename based on the file's primary responsibility so agents can infer intent without opening the file. | ||
| - If the main export is a class or a type/interface, the filename must exactly match that export name (for example, `ServiceCloudConfig.ts`, `AccountsHubClientSDKClient.ts`). | ||
| - Use this class/type naming rule even if the file also contains small helper functions; the primary exported symbol takes precedence. | ||
| - If the file's purpose is utility logic (single function or a group of helper methods), use action-style kebab-case names in the form `do-this-action.ts` (for example, `ensure-service-type.ts`, `resolve-config-path.ts`). | ||
| - Utility filenames should describe what the code does, not what it is. Prefer verb-led names such as `load-*`, `parse-*`, `validate-*`, `write-*`, `ensure-*`. | ||
| - Avoid generic utility names like `helpers.ts`, `utils.ts`, or `common.ts` unless the file is intentionally a broad shared entry point. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,84 @@ | ||
| # PowerSync CLI | ||
|
|
||
| Monorepo for the PowerSync CLI and related tooling. Built with [pnpm](https://pnpm.io) workspaces and [OCLIF](https://oclif.io). | ||
|
|
||
| ## Requirements | ||
|
|
||
| - **Node**: LTS v24+ (see [.nvmrc](./.nvmrc); use `nvm use` to switch) | ||
| - **Package manager**: pnpm | ||
|
|
||
| ## Monorepo structure | ||
|
|
||
| The workspace is split into the main CLI, shared **packages**, and optional **plugins**: | ||
|
|
||
| | Package | Path | Description | | ||
| | ---------------------------------------------------- | -------------------- | ---------------------------------------------------------------------------------- | | ||
| | [**@powersync/cli**](./cli) | `cli/` | Main CLI — manage instances, config, sync config, cloud and self-hosted | | ||
| | [**@powersync/cli-core**](./packages/cli-core) | `packages/cli-core/` | Core types and base commands shared by the CLI and plugins | | ||
| | [**@powersync/cli-schemas**](./packages/schemas) | `packages/schemas/` | Shared config schemas (cli.yaml, service.yaml, etc.) | | ||
| | [**@powersync/cli-plugin-docker**](./plugins/docker) | `plugins/docker/` | Docker plugin — self-hosted PowerSync with Compose (configure, reset, start, stop) | | ||
|
|
||
| ``` | ||
| ├── cli/ # @powersync/cli — main CLI (commands, cloud/self-hosted, templates) | ||
| ├── packages/ | ||
| │ ├── cli-core/ # @powersync/cli-core — base commands & YAML utils (used by CLI + plugins) | ||
| │ └── schemas/ # @powersync/cli-schemas — config validation (LinkConfig, CLIConfig) | ||
| ├── plugins/ | ||
| │ └── docker/ # @powersync/cli-plugin-docker — docker configure, reset, start, stop | ||
| ├── examples/ # Sample projects initialized with the CLI (see examples/README.md) | ||
| │ ├── cloud/ | ||
| │ └── self-hosted/ | ||
| └── docs/ | ||
| ├── usage.md # General CLI usage (Cloud, self-hosted, linking, auth) | ||
| └── usage-docker.md # Docker plugin (configure, reset, start, stop, templates) | ||
| ``` | ||
|
|
||
| - **cli** depends on **cli-core**, **cli-schemas**, and **@powersync/cli-plugin-docker**. It loads the docker plugin and re-exports base command types from cli-core. | ||
| - **plugin-docker** (in **plugins/docker**) depends on **cli-core** and **cli-schemas**. No dependency on the CLI package. | ||
| - **cli-core** depends on **schemas**. It provides `SelfHostedInstanceCommand`, YAML helpers (`!env`), and shared types for plugins. | ||
|
|
||
| Workspace roots are listed in [pnpm-workspace.yaml](./pnpm-workspace.yaml): `cli`, `packages/*`, `plugins/*`. | ||
|
|
||
| ## OCLIF plugins | ||
|
|
||
| We rely on standard [OCLIF plugin loading](https://oclif.io/docs/plugins/) so plugins can register new commands or hook into command execution. The main CLI ships with a Docker plugin under [plugins/docker](./plugins/docker), and any other OCLIF-compatible plugin can be installed the same way. | ||
|
|
||
| For PowerSync-specific plugins, the optional [@powersync/cli-core](./packages/cli-core) package exposes base command helpers and shared types. The Docker plugin consumes these helpers and adds Docker-focused commands as a reference implementation. | ||
|
|
||
| Users can manage their own installed plugins dynamically at runtime. Run `powersync plugins --help` for install, uninstall, and inspection options. | ||
|
|
||
| ## Getting started | ||
|
|
||
| ```bash | ||
| nvm use # use Node from .nvmrc (optional) | ||
| pnpm install | ||
| pnpm build | ||
| ``` | ||
|
|
||
| Run the CLI from the repo root: | ||
|
|
||
| ```bash | ||
| powersync --help | ||
| ``` | ||
|
|
||
| ### Self-hosted with Docker | ||
|
|
||
| From the repo root, create the Docker layout and run the stack: | ||
|
|
||
| ```bash | ||
| powersync docker configure | ||
| powersync docker start | ||
| ``` | ||
|
|
||
| See [plugins/docker](./plugins/docker/README.md) and [docs/usage-docker.md](./docs/usage-docker.md) for details. | ||
|
|
||
| ## Examples | ||
|
|
||
| The [**examples/**](./examples) folder contains basic projects initialized with the CLI. See [examples/README.md](./examples/README.md) for the full list and links to each example's README. | ||
|
|
||
| ## Documentation | ||
|
|
||
| - [**Usage**](./docs/usage.md) — How the CLI works: Cloud and self-hosted, linking, auth, supplying instance info | ||
| - [**Usage (Docker)**](./docs/usage-docker.md) — Docker plugin: configure, reset, start, stop, templates, flags | ||
| - [**CLI documentation conventions**](./docs/cli-documentation-conventions.md) — How we document commands (description, summary, examples, flags, topics) | ||
| - [CLI package README](./cli/README.md) — Install, usage, and command reference |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| /dist | ||
| /tmp | ||
| oclif.manifest.json | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| "../.prettierrc.json" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.