mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(website): create empty template
This commit is contained in:
parent
9921d3e0a7
commit
423ef14ca6
12
apps/website2/package.json
Normal file
12
apps/website2/package.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "website",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.1",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite dev"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"vite": "^7.0.0"
|
||||||
|
}
|
||||||
|
}
|
1
apps/website2/src/index.html
Normal file
1
apps/website2/src/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
Pure HTML
|
6
apps/website2/vite.config.ts
Normal file
6
apps/website2/vite.config.ts
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import { join } from "path";
|
||||||
|
import { defineConfig } from "vite";
|
||||||
|
|
||||||
|
export default defineConfig(() => ({
|
||||||
|
root: join(__dirname, "src")
|
||||||
|
}));
|
Loading…
x
Reference in New Issue
Block a user