Skip to content

Commit

Permalink
Rename workspaces to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Dec 27, 2024
1 parent e7f13d7 commit dafb7ba
Show file tree
Hide file tree
Showing 84 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The deployment URL can always be changed to go behind a custom domain you own. [

### Config

To get started, in the `workspaces/server` folder, copy `.dev.vars.example` to `.dev.vars`.
To get started, in the `packages/server` folder, copy `.dev.vars.example` to `.dev.vars`.

Open `.dev.vars` and enter the same values for `CF_BEARER_TOKEN` and `CF_ACCOUNT_ID` you used earlier.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wrangler": "^3.61.0"
},
"workspaces": [
"workspaces/*",
"packages/*",
"@counterscale/reporter"
],
"packageManager": "[email protected]",
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.
File renamed without changes.
3 changes: 3 additions & 0 deletions packages/server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copied from ../packages/reporter/dist (see package.json)
public/tracker.js
public/reporter.js
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.
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.
3 changes: 0 additions & 3 deletions workspaces/server/.gitignore

This file was deleted.

0 comments on commit dafb7ba

Please sign in to comment.