This file contains hidden or 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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>App</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<script charset="utf-8" src="js/app.js"></script> | |
<link rel="stylesheet" href="css/app.css" /> | |
</head> | |
<body> |
This file contains hidden or 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
{ | |
"compileOnSave": false, | |
"compilerOptions": { | |
"target": "ES2020", | |
"module": "esnext", | |
"moduleResolution": "Node", | |
"lib": ["ES2020"], | |
"strict": true, | |
"skipLibCheck": true, | |
"incremental": true, |
This file contains hidden or 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
Drizzle Studio is a cloud hosted web ui `local.drizzle.studio`. | |
It connects to the local hosted api that is started when using `drizzle-kit studio` in your terminal. | |
By default, the ui tries to connect to localhost:4983. | |
If using github codespaces, the server will be at a link like `your-codespace-name-4983.app.github.dev`. | |
If you try to use the `--host` param for the cli it won't work. (https://github.com/drizzle-team/drizzle-kit-mirror/issues/381) | |
Instead, use the `?host` query param when accessing `local.drizzle.studio`. |
OlderNewer