Skip to content

Commit

Permalink
feat: unstable branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
callme-taota committed May 17, 2024
1 parent 0710578 commit 0740cef
Show file tree
Hide file tree
Showing 76 changed files with 9,326 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/static/webroot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# painter-blog-fontend

## dev
```shell
npm run dev
```
1 change: 1 addition & 0 deletions server/static/webroot/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
12 changes: 12 additions & 0 deletions server/static/webroot/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PainterBlog</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit 0740cef

Please sign in to comment.