wrangler and ci setup
This commit is contained in:
parent
a9e4ec8973
commit
10feea3665
5 changed files with 13 additions and 2 deletions
2
bun.lock
2
bun.lock
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
"detect-libc": ["detect-libc@2.1.2", "", {}, "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ=="],
|
||||
|
||||
"enhanced-resolve": ["enhanced-resolve@5.22.0", "", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.3.3" } }, "sha512-xYcDWrpELkFzz9SpZ3PlI6Eu6eD93Yf0WLDRxikGhWJ3MAir2SNZTIVCVZqZ/NUyx8AdMc2gT9C0gPiw18kG+A=="],
|
||||
"enhanced-resolve": ["enhanced-resolve@5.22.1", "", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.3.3" } }, "sha512-6QEuw3zoX1SJQc7b87aBXke/no+mG2bTBgw29gWMQonLmpEkWoCAVkl+M49e48AZlWzxiDzDZzYdp6kobcyLww=="],
|
||||
|
||||
"graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="],
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch",
|
||||
"bun-dev": "bun --watch index.ts",
|
||||
"prev": "bunx serve dist",
|
||||
"bun-dev": "bun --watch index.ts"
|
||||
"deploy": "bunx wrangler deploy --assets=./dist",
|
||||
"build": "bunx tailwindcss -i style.css -o dist/style.css && bun index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>[[SITE]]</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<script defer src="https://a.satr14.my.id/script.js" data-website-id="fe5155fe-e5dc-4096-a524-0c2589c859a7"></script>
|
||||
|
||||
<meta name="description" content="[[DESC]]">
|
||||
<meta name="author" content="[[NAME]]">
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>[[TITLE]]</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<script defer src="https://a.satr14.my.id/script.js" data-website-id="fe5155fe-e5dc-4096-a524-0c2589c859a7"></script>
|
||||
|
||||
<meta name="description" content="[[DESC]]">
|
||||
<meta name="author" content="[[NAME]]">
|
||||
|
|
|
|||
7
wrangler.jsonc
Normal file
7
wrangler.jsonc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "satr14-mind",
|
||||
"compatibility_date": "2026-05-29",
|
||||
"assets": {
|
||||
"directory": "dist"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue