mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Switch to import
This commit is contained in:
parent
7b4e552bdc
commit
8cd02bf644
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { promises as fs } from 'fs'
|
||||
|
||||
const TOML = require('@iarna/toml')
|
||||
import { default as TOML } from '@iarna/toml'
|
||||
|
||||
|
||||
|
||||
export async function getNetlifyConfig () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue