Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LilWikipedia committed Nov 21, 2024
1 parent ead8a20 commit 8d6ec17
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
npm run build

# Deploy to GitHub Pages
gh-pages -d docs
gh-pages -d
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

</head>

<!-- <body>
<body>
<div id="root"></div>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<!-- <script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script> -->
<script type="module" src="/src/main.tsx"></script>
</body> -->
</body>

</html>
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
{
"name": "rf-meter",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "./deploy.sh",

"name": "vite_react_shadcn_ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"lint": "eslint .",
"preview": "vite preview"
},

"dependencies": {
"@capacitor/core": "^6.1.2",
Expand Down

0 comments on commit 8d6ec17

Please sign in to comment.