-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improving package.json and templates
- Loading branch information
mi-skam
committed
Nov 1, 2023
1 parent
9b36be9
commit a272541
Showing
3 changed files
with
11 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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 was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
export const templateRepos = { | ||
// eslint-disable-next-line | ||
vanilla: 'new-objects/template-vite-vanilla', | ||
tailwindcss: 'new-objects/template-vite-vanilla-tailwind', | ||
pixi5: 'new-objects/template-vite-pixi5', | ||
phaser3: 'new-objects/template-vite-phaser3', | ||
babylonjs: 'new-objects/template-vite-babylonjs', | ||
frontend: 'new-objects/template-frontend', | ||
pixi5: 'new-objects/template-frontend-pixi5', | ||
phaser3: 'new-objects/template-frontend-phaser3', | ||
babylonjs: 'new-objects/template-frontend-babylonjs', | ||
bun: 'new-objects/template-bun', | ||
nodejs: 'new-objects/template-nodejs', | ||
}; |