Skip to content

Commit

Permalink
Add multiplayer-globe-template
Browse files Browse the repository at this point in the history
- Adapted from https://github.com/threepointone/partyserver/tree/main/fixtures/globe

Non-template changes:
- Delete unused package-lock.json files
  - These were left over from before we started using npm workspaces
  • Loading branch information
maxwellpeterson committed Dec 2, 2024
1 parent 9063c26 commit 42cf96e
Show file tree
Hide file tree
Showing 23 changed files with 1,097 additions and 9,882 deletions.
1,232 changes: 0 additions & 1,232 deletions d1-template/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default tseslint.config(
{
languageOptions: {
parserOptions: {
project: ["./*-template/tsconfig.json", "./cli/tsconfig.json"],
project: true,
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
Loading

0 comments on commit 42cf96e

Please sign in to comment.