いろいろ整理中... いろいろ調整する前 https://github.com/narumincho/definy/tree/prev2023
-
Old Version WebAssembly を使って数値の足し算, 引き算, 掛け算ができる
/script/startInLocal.ts
import { startDefinyServer } from "../server/main.ts";
startDefinyServer();
deno run --check --watch --unstable --allow-net=:8000 ./script/startInLocal.ts
deno run --check --allow-env --allow-net --allow-read --allow-write=./dist.json ./script/buildClient.ts
fvm flutter pub run ./lib/codegen.dart && fvm dart fix --apply && fvm dart format .
fvm flutter pub run ./lib/codegen_api.dart && fvm dart fix --apply && fvm dart format .
deno run --allow-run --allow-read ./script/typeCheck.ts
.github/workflows/pull_request.yml
: Pull Request したときに実行されるテストの処理が書かれている.vscode
: VSCode 向けの設定assets
: スタティックなファイルが置かれているlocal.sqlite
,local.sqlite-shm
,local.sqlite-wal
ローカルで開発するときに使うデータベースのファイル