cfasim 0.5.0

CLI for scaffolding interactive simulations using Python, Rust, and WebAssembly
1
2
3
4
5
6
7
8
9
10
11
# pnpm reads project settings here (pnpm 11 no longer reads the "pnpm" field
# in package.json). This file works with both pnpm 10 and 11.
#
# Build-script policy for vue-demi: pnpm 10 uses ignoredBuiltDependencies;
# pnpm 11 replaced it with allowBuilds + strictDepBuilds. Both are listed so
# either version installs without prompting or erroring.
strictDepBuilds: false
allowBuilds:
  vue-demi: false
ignoredBuiltDependencies:
  - vue-demi